summaryrefslogtreecommitdiffstats
path: root/object-file.c
AgeCommit message (Expand)AuthorLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-1/+2
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano-0/+6
2023-04-24object-store.h: reduce unnecessary includesElijah Newren-0/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren-1/+1
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt-0/+6
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-2/+2
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano-1/+2
2023-02-24for_each_object: mark unused callback parametersJeff King-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+2
2023-01-30Merge branch 'jk/hash-object-fsck'Junio C Hamano-32/+23
2023-01-18hash-object: use fsck for object checksJeff King-32/+23
2023-01-13object-file: fix indent-with-spaceJeff King-1/+1
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King-4/+4
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King-5/+2
2023-01-08object-file: inline calls to read_object()Jeff King-28/+17
2023-01-05Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano-56/+52
2022-12-15object-file: emit corruption errors when detectedJonathan Tan-27/+28
2022-12-15object-file: refactor map_loose_object_1()Jonathan Tan-26/+24
2022-12-15object-file: remove OBJECT_INFO_IGNORE_LOOSEJonathan Tan-3/+0
2022-12-14object-file: inline write_buffer()René Scharfe-9/+2
2022-11-25object-file: use real paths when adding alternatesGlen Choo-13/+13
2022-10-27Merge branch 'jk/unused-anno-more'Junio C Hamano-5/+10
2022-10-17object-file: mark unused parameters in hash_unknown functionsJeff King-5/+10
2022-10-17Merge branch 'jt/promisor-remote-fetch-tweak'Junio C Hamano-4/+0
2022-10-05promisor-remote: die upon failing fetchJonathan Tan-4/+0
2022-07-14Merge branch 'hx/unpack-streaming'Junio C Hamano-30/+203
2022-06-13object-file.c: add "stream_loose_object()" to handle large objectHan Xin-0/+104
2022-06-13object-file.c: factor out deflate part of write_loose_object()Ævar Arnfjörð Bjarmason-6/+25
2022-06-13object-file.c: refactor write_loose_object() to several stepsHan Xin-24/+74
2022-06-10Merge branch 'ab/env-array'Junio C Hamano-1/+1
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano-1/+3
2022-06-03Merge branch 'ds/object-file-unpack-loose-header-fix'Junio C Hamano-6/+2
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano-1/+6
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason-1/+1
2022-05-26sha1-file.c: don't freshen cruft packsTaylor Blau-0/+2
2022-05-26builtin/pack-objects.c: --cruft without expirationTaylor Blau-1/+1
2022-05-23Merge branch 'ab/valgrind-fixes'Junio C Hamano-2/+6
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano-1/+1
2022-05-16object-file: convert 'switch' back to 'if'Derrick Stolee-6/+2