summaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano2023-09-131-1/+4
|\
| * treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong2023-09-011-1/+4
* | Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-1/+2
|\ \
| * | fsck: mark unused parameters in various fsck callbacksJeff King2023-07-141-1/+2
* | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \ \ | |/ / |/| |
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-4/+5
|\ \ \ | |/ / |/| |
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-2/+2
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+2
|\ \ \ | |/ / |/| |
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+2
| |/
* / repository: create disable_replace_refs()Derrick Stolee2023-06-121-1/+1
|/
* Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-281-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-241-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-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-261-2/+2
|\ \ \
| * | | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-111-2/+2
* | | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-171-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-171-6/+4
|\ \ \ \
| * | | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-261-2/+2
| * | | | object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-261-1/+1
| * | | | object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason2022-02-261-3/+2
| * | | | object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-261-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-241-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-11-011-1/+1