summaryrefslogtreecommitdiff
path: root/object-file.c
AgeCommit message (Expand)Author
2024-07-02Merge branch 'ew/object-convert-leakfix'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-24object-file: fix leak on conversion failureEric Wong
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-07object-file: make `buf` parameter of `index_mem()` a constantPatrick Steinhardt
2024-06-07object-file: mark cached object buffers as constPatrick Steinhardt
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02object-file: handle compat objects in check_object_signatureEric W. Biederman
2023-10-02object-file: update object_info_extended to reencode objectsEric W. Biederman
2023-10-02object-file: add a compat_oid_in parameter to write_object_file_flagsEric W. Biederman
2023-10-02object-file: update the loose object map when writing loose objectsEric W. Biederman
2023-09-26bulk-checkin: only support blobs in index_bulk_checkinEric W. Biederman
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-30Merge branch 'jk/hash-object-fsck'Junio C Hamano
2023-01-18hash-object: use fsck for object checksJeff King
2023-01-13object-file: fix indent-with-spaceJeff King
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King
2023-01-08object-file: inline calls to read_object()Jeff King
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano