summaryrefslogtreecommitdiff
path: root/builtin/index-pack.c
AgeCommit message (Expand)Author
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano
2024-02-08Merge branch 'jc/index-pack-fsck-levels'Junio C Hamano
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai
2024-01-16Merge branch 'jk/index-pack-lsan-false-positive-fix'Junio C Hamano
2024-01-05index-pack: spawn threads atomicallyJeff King
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano
2023-09-01treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-14fsck: mark unused parameters in various fsck callbacksJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-13Merge branch 'ab/plug-random-leaks'Junio C Hamano
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-07gettext API users: don't explicitly cast ngettext()'s "n"Ævar Arnfjörð Bjarmason
2022-03-04index-pack: fix memory leaksÆvar Arnfjörð Bjarmason
2022-02-26object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason