summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-31t/helper/test-bitmap.c: initial commitLibravatar Taylor Blau4-0/+27
2021-03-31pack-bitmap: add 'test_bitmap_commits()' helperLibravatar Taylor Blau2-0/+19
2021-03-31sequencer: fix edit handling for cherry-pick and revert messagesLibravatar Elijah Newren4-17/+77
2021-03-30The fifth batchLibravatar Junio C Hamano1-12/+17
2021-03-30Merge branch 'jc/doc-format-patch-clarify'Libravatar Junio C Hamano1-2/+19
2021-03-30Merge branch 'ab/detox-gettext-tests'Libravatar Junio C Hamano1-1/+1
2021-03-30Merge branch 'hx/pack-objects-chunk-comment'Libravatar Junio C Hamano1-2/+2
2021-03-30Merge branch 'rf/send-email-hookspath'Libravatar Junio C Hamano3-1/+46
2021-03-30Merge branch 'ab/remove-rebase-usebuiltin'Libravatar Junio C Hamano3-34/+0
2021-03-30Merge branch 'cs/http-use-basic-after-failed-negotiate'Libravatar Junio C Hamano1-7/+8
2021-03-30Merge branch 'ab/diff-no-index-tests'Libravatar Junio C Hamano1-0/+60
2021-03-30Merge branch 'ab/read-tree'Libravatar Junio C Hamano11-147/+205
2021-03-30Merge branch 'bs/asciidoctor-installation-hints'Libravatar Junio C Hamano1-1/+3
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Libravatar Junio C Hamano5-33/+39
2021-03-30p2000: add sparse-index reposLibravatar Derrick Stolee1-1/+18
2021-03-30sparse-index: loose integration with cache_tree_verify()Libravatar Derrick Stolee2-3/+19
2021-03-30cache-tree: integrate with sparse directory entriesLibravatar Derrick Stolee2-1/+27
2021-03-30sparse-checkout: disable sparse-indexLibravatar Derrick Stolee2-1/+22
2021-03-30sparse-checkout: toggle sparse index from builtinLibravatar Derrick Stolee5-34/+80
2021-03-30sparse-index: add index.sparse config optionLibravatar Derrick Stolee5-6/+44
2021-03-30sparse-index: check index conversion happensLibravatar Derrick Stolee1-0/+18
2021-03-30unpack-trees: allow sparse directoriesLibravatar Derrick Stolee1-3/+7
2021-03-30submodule: sparse-index should not collapse linksLibravatar Derrick Stolee2-0/+18
2021-03-30sparse-index: convert from full to sparseLibravatar Derrick Stolee6-4/+228
2021-03-30sparse-index: add 'sdir' index extensionLibravatar Derrick Stolee2-0/+21
2021-03-30sparse-checkout: hold pattern list in indexLibravatar Derrick Stolee2-7/+12
2021-03-30unpack-trees: ensure full indexLibravatar Derrick Stolee1-0/+7
2021-03-30test-tool: don't force full indexLibravatar Derrick Stolee2-1/+17
2021-03-30test-read-cache: print cache entries with --tableLibravatar Derrick Stolee1-10/+45
2021-03-30t1092: compare sparse-checkout to sparse-indexLibravatar Derrick Stolee2-4/+23
2021-03-30sparse-index: implement ensure_full_index()Libravatar Derrick Stolee3-2/+118
2021-03-30sparse-index: add guard to ensure full indexLibravatar Derrick Stolee6-1/+36
2021-03-30t1092: clean up script quotingLibravatar Derrick Stolee1-10/+10
2021-03-30t/perf: add performance test for sparse operationsLibravatar Derrick Stolee1-0/+84
2021-03-30sparse-index: design doc and format updateLibravatar Derrick Stolee2-0/+182
2021-03-30t/helper/test-read-midx.c: add '--show-objects'Libravatar Taylor Blau1-4/+20
2021-03-30builtin/multi-pack-index.c: display usage on unrecognized commandLibravatar Taylor Blau1-4/+7
2021-03-30builtin/multi-pack-index.c: don't enter bogus cmd_modeLibravatar Taylor Blau1-2/+8
2021-03-30builtin/multi-pack-index.c: split sub-commandsLibravatar Taylor Blau1-25/+105
2021-03-30builtin/multi-pack-index.c: define common usage with a macroLibravatar Taylor Blau1-1/+16
2021-03-30builtin/multi-pack-index.c: don't handle 'progress' separatelyLibravatar Taylor Blau1-5/+3
2021-03-30builtin/multi-pack-index.c: inline 'flags' with optionsLibravatar Taylor Blau1-7/+6
2021-03-29column, range-diff: downcase option descriptionLibravatar Chinmoy Chakraborty2-5/+5
2021-03-29cmake(install): include vcpkg dllsLibravatar Dennis Ameling2-0/+9
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Libravatar Johannes Schindelin1-5/+9
2021-03-28fetch-pack: use new fsck API to printing dangling submodulesLibravatar Ævar Arnfjörð Bjarmason4-51/+39
2021-03-28fetch-pack: use file-scope static struct for fsck_optionsLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2021-03-28fetch-pack: don't needlessly copy fsck_optionsLibravatar Ævar Arnfjörð Bjarmason1-7/+3
2021-03-28fsck.c: move gitmodules_{found,done} into fsck_optionsLibravatar Ævar Arnfjörð Bjarmason3-15/+19
2021-03-28fsck.c: add an fsck_set_msg_type() API that takes enumsLibravatar Ævar Arnfjörð Bjarmason3-11/+22