summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-271-2/+3
|\
| * t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau2023-04-131-2/+2
| * config: enable `pack.writeReverseIndex` by defaultTaylor Blau2023-04-131-0/+1
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+7
| |\ \
* | | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* | | | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
* | | | treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-111-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Æ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-3/+6
* | | 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
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ |/|
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | 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-0/+1
|/
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-3/+3
|\
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-3/+3
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-3/+3
* | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-2/+2
|\ \ \
| * | | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-2/+2
* | | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-161-1/+1
|\ \ \ \
| * | | | gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason2022-03-071-1/+1
| |/ / /
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-6/+4
|\ \ \ \
| * | | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-2/+2
| * | | | object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| * | | | object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-3/+2
| * | | | object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-251-2/+1
| | |/ / | |/| |
* | | | Merge branch 'ab/plug-random-leaks'Junio C Hamano2022-03-131-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | index-pack: fix memory leaksÆvar Arnfjörð Bjarmason2022-03-041-0/+5
| |/ /
* | | index-pack: clarify the breached limitMatt Cooper2022-02-231-2/+6
|/ /
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
|/
* i18n: fix typos found during l10n for git 2.34.0Jiang Xin2021-10-311-1/+1
* Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-251-1/+1
|\
| * fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-011-1/+1
* | Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano2021-09-231-3/+1
|\ \
| * | index-pack: use xopen in init_threadRené Scharfe2021-09-101-3/+1
* | | Merge branch 'ab/unbundle-progress'Junio C Hamano2021-09-201-0/+6
|\ \ \
| * | | index-pack: add --progress-title optionÆvar Arnfjörð Bjarmason2021-09-071-0/+6
* | | | Merge branch 'tb/pack-finalize-ordering'Junio C Hamano2021-09-201-25/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/index-pack.c: move `.idx` files into place lastTaylor Blau2021-09-091-2/+2
| * | | index-pack: refactor renaming in final()Ævar Arnfjörð Bjarmason2021-09-091-25/+23
| |/ /
* | | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-6/+2
|/ /
* | *.c static functions: don't forward-declare __attribute__Ævar Arnfjörð Bjarmason2021-07-121-3/+1
|/
* Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-1/+1
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-2/+2