summaryrefslogtreecommitdiff
path: root/object-file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |/ / | |/| |
| * | | object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason2022-05-121-2/+6
| | |/ | |/|
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \
| | * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | | object-file: pass filename to fsync_or_dieNeeraj Singh2022-03-301-4/+4
* | | | Merge branch 'ab/refs-various-fixes'Junio C Hamano2022-03-291-4/+5
|\ \ \ \
| * | | | misc *.c: use designated initializers for struct assignmentsÆvar Arnfjörð Bjarmason2022-03-171-4/+5
* | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-4/+9
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-4/+9
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-52/+93
|\ \ \ \ | |/ / / |/| | |
| * | | object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-251-3/+2
| * | | object-file.c: add a literal version of write_object_file_prepare()Ævar Arnfjörð Bjarmason2022-02-251-10/+29
| * | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-14/+21
| * | | object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason2022-02-251-3/+3
| * | | object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-14/+18
| * | | object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| * | | object API docs: move check_object_signature() docs to cache.hÆvar Arnfjörð Bjarmason2022-02-251-6/+0
| * | | object API: correct "buf" v.s. "map" mismatch in *.c and *.hÆvar Arnfjörð Bjarmason2022-02-251-5/+5
| * | | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-5/+5
| * | | object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-251-3/+20