summaryrefslogtreecommitdiff
path: root/object-file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-1/+2
|\
| * object-store.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
* | Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-251-0/+6
|\ \ | |/ |/|
| * repack: disable writing bitmaps when doing a local repackPatrick Steinhardt2023-04-141-0/+6
* | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+2
|\ \
| * | post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| |/
* | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+2
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-1/+2
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
|/
* Merge branch 'jk/hash-object-fsck'Junio C Hamano2023-01-301-32/+23
|\
| * hash-object: use fsck for object checksJeff King2023-01-181-32/+23
* | object-file: fix indent-with-spaceJeff King2023-01-131-1/+1
* | repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King2023-01-081-4/+4
* | read_object_file_extended(): drop lookup_replace optionJeff King2023-01-081-5/+2
* | object-file: inline calls to read_object()Jeff King2023-01-081-28/+17
* | Merge branch 'jt/avoid-lazy-fetch-commits'Junio C Hamano2023-01-051-56/+52
|\ \
| * | object-file: emit corruption errors when detectedJonathan Tan2022-12-151-27/+28
| * | object-file: refactor map_loose_object_1()Jonathan Tan2022-12-151-26/+24
| * | object-file: remove OBJECT_INFO_IGNORE_LOOSEJonathan Tan2022-12-151-3/+0
| |/
* | object-file: inline write_buffer()René Scharfe2022-12-141-9/+2
|/
* object-file: use real paths when adding alternatesGlen Choo2022-11-251-13/+13
* Merge branch 'jk/unused-anno-more'Junio C Hamano2022-10-271-5/+10
|\
| * object-file: mark unused parameters in hash_unknown functionsJeff King2022-10-171-5/+10
* | Merge branch 'jt/promisor-remote-fetch-tweak'Junio C Hamano2022-10-171-4/+0
|\ \ | |/ |/|
| * promisor-remote: die upon failing fetchJonathan Tan2022-10-051-4/+0
* | Merge branch 'hx/unpack-streaming'Junio C Hamano2022-07-141-30/+203
|\ \ | |/ |/|
| * object-file.c: add "stream_loose_object()" to handle large objectHan Xin2022-06-131-0/+104
| * object-file.c: factor out deflate part of write_loose_object()Ævar Arnfjörð Bjarmason2022-06-131-6/+25
| * object-file.c: refactor write_loose_object() to several stepsHan Xin2022-06-131-24/+74
* | Merge branch 'ab/env-array'Junio C Hamano2022-06-101-1/+1
|\ \ | |/ |/|
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-1/+3
|\ \
| * | sha1-file.c: don't freshen cruft packsTaylor Blau2022-05-261-0/+2
| * | builtin/pack-objects.c: --cruft without expirationTaylor Blau2022-05-261-1/+1
| |/
* | Merge branch 'ds/object-file-unpack-loose-header-fix'Junio C Hamano2022-06-031-6/+2
|\ \
| * | object-file: convert 'switch' back to 'if'Derrick Stolee2022-05-161-6/+2
* | | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-1/+6
|\ \ \
| * | | core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh2022-04-061-1/+6
* | | | Merge branch 'ab/valgrind-fixes'Junio C Hamano2022-05-231-2/+6
|\ \ \ \ | | |/ / | |/| |