summaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-261-1/+1
|\
| * fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-021-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-211-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-211-25/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/index-pack.c: move `.idx` files into place lastTaylor Blau2021-09-101-2/+2
| * | | index-pack: refactor renaming in final()Ævar Arnfjörð Bjarmason2021-09-101-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
* Merge branch 'ab/fsck-api-cleanup'Junio C Hamano2021-04-081-25/+5
|\
| * fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason2021-03-291-20/+1
| * fetch-pack: don't needlessly copy fsck_optionsÆvar Arnfjörð Bjarmason2021-03-291-7/+3
| * fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason2021-03-291-1/+2
| * fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason2021-03-291-1/+2
| * fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason2021-03-291-1/+2
* | use CALLOC_ARRAYRené Scharfe2021-03-141-5/+5
|/
* Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-2/+23
|\
| * fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-221-2/+23
* | t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau2021-01-261-1/+4
* | builtin/index-pack.c: write reverse indexesTaylor Blau2021-01-261-3/+47
* | builtin/index-pack.c: allow stripping arbitrary extensionsTaylor Blau2021-01-261-8/+8
|/
* object-file.c: rename from sha1-file.cMartin Ågren2021-01-041-1/+1
* compute pack .idx byte offsets using size_tJeff King2020-11-161-1/+1
* Merge branch 'jk/index-pack-hotfixes'Junio C Hamano2020-10-091-17/+12
|\
| * index-pack: make get_base_data() comment clearerJonathan Tan2020-10-071-11/+8
| * index-pack: drop type_cas mutexJeff King2020-10-071-6/+0
| * index-pack: restore "resolving deltas" progress meterJeff King2020-10-071-0/+4