summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-03-30sparse-index: convert from full to sparseDerrick Stolee-4/+228
2021-03-30sparse-index: add 'sdir' index extensionDerrick Stolee-0/+21
2021-03-30sparse-checkout: hold pattern list in indexDerrick Stolee-7/+12
2021-03-30unpack-trees: ensure full indexDerrick Stolee-0/+7
2021-03-30test-tool: don't force full indexDerrick Stolee-1/+17
2021-03-30test-read-cache: print cache entries with --tableDerrick Stolee-10/+45
2021-03-30t1092: compare sparse-checkout to sparse-indexDerrick Stolee-4/+23
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee-2/+118
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee-1/+36
2021-03-30t1092: clean up script quotingDerrick Stolee-10/+10
2021-03-30t/perf: add performance test for sparse operationsDerrick Stolee-0/+84
2021-03-30sparse-index: design doc and format updateDerrick Stolee-0/+182
2021-03-30t/helper/test-read-midx.c: add '--show-objects'Taylor Blau-4/+20
2021-03-30builtin/multi-pack-index.c: display usage on unrecognized commandTaylor Blau-4/+7
2021-03-30builtin/multi-pack-index.c: don't enter bogus cmd_modeTaylor Blau-2/+8
2021-03-30builtin/multi-pack-index.c: split sub-commandsTaylor Blau-25/+105
2021-03-30builtin/multi-pack-index.c: define common usage with a macroTaylor Blau-1/+16
2021-03-30builtin/multi-pack-index.c: don't handle 'progress' separatelyTaylor Blau-5/+3
2021-03-30builtin/multi-pack-index.c: inline 'flags' with optionsTaylor Blau-7/+6
2021-03-29column, range-diff: downcase option descriptionChinmoy Chakraborty-5/+5
2021-03-29cmake(install): include vcpkg dllsDennis Ameling-0/+9
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Johannes Schindelin-5/+9
2021-03-28fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason-51/+39
2021-03-28fetch-pack: use file-scope static struct for fsck_optionsÆvar Arnfjörð Bjarmason-3/+3
2021-03-28fetch-pack: don't needlessly copy fsck_optionsÆvar Arnfjörð Bjarmason-7/+3
2021-03-28fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason-15/+19
2021-03-28fsck.c: add an fsck_set_msg_type() API that takes enumsÆvar Arnfjörð Bjarmason-11/+22
2021-03-28fsck.c: pass along the fsck_msg_id in the fsck_error callbackÆvar Arnfjörð Bjarmason-6/+14
2021-03-28fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.hÆvar Arnfjörð Bjarmason-66/+66
2021-03-28fsck.c: give "FOREACH_MSG_ID" a more specific nameÆvar Arnfjörð Bjarmason-3/+3
2021-03-28fsck.c: undefine temporary STR macro after useÆvar Arnfjörð Bjarmason-0/+1
2021-03-28fsck.c: call parse_msg_type() early in fsck_set_msg_type()Ævar Arnfjörð Bjarmason-2/+1
2021-03-28fsck.h: re-order and re-assign "enum fsck_msg_type"Ævar Arnfjörð Bjarmason-4/+6
2021-03-28fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enumÆvar Arnfjörð Bjarmason-20/+25
2021-03-28fsck.c: refactor fsck_msg_type() to limit scope of "int msg_type"Ævar Arnfjörð Bjarmason-7/+5
2021-03-28fsck.c: rename remaining fsck_msg_id "id" to "msg_id"Ævar Arnfjörð Bjarmason-3/+3
2021-03-28fsck.c: remove (mostly) redundant append_msg_id() functionÆvar Arnfjörð Bjarmason-19/+2
2021-03-28fsck.c: rename variables in fsck_set_msg_type() for less confusionÆvar Arnfjörð Bjarmason-13/+13
2021-03-28fsck.h: use "enum object_type" instead of "int"Ævar Arnfjörð Bjarmason-4/+8
2021-03-28fsck.h: use designed initializers for FSCK_OPTIONS_{DEFAULT,STRICT}Ævar Arnfjörð Bjarmason-2/+8
2021-03-27cmake(install): fix double .exe suffixesDennis Ameling-2/+2
2021-03-27cmake: support SKIP_DASHED_BUILT_INSJohannes Schindelin-0/+4
2021-03-27Document how we do embargoed releasesJohannes Schindelin-0/+132
2021-03-27SECURITY: describe how to report vulnerabilitiesJohannes Schindelin-0/+51
2021-03-26daemon: sanitize all directory separatorsRené Scharfe-4/+4
2021-03-26Sync with v2.31.1Junio C Hamano-0/+27
2021-03-26The fourth batchJunio C Hamano-1/+15
2021-03-26Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano-68/+342
2021-03-26Merge branch 'cm/rebase-i-updates'Junio C Hamano-76/+87
2021-03-26Merge branch 'cm/rebase-i'Junio C Hamano-61/+587