summaryrefslogtreecommitdiffstats
path: root/t/t0018-advice.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-30t/helper/test-read-midx.c: add '--show-objects'Taylor Blau1-4/+20
2021-03-30builtin/multi-pack-index.c: display usage on unrecognized commandTaylor Blau1-4/+7
2021-03-30builtin/multi-pack-index.c: don't enter bogus cmd_modeTaylor Blau1-2/+8
2021-03-30builtin/multi-pack-index.c: split sub-commandsTaylor Blau1-25/+105
2021-03-30builtin/multi-pack-index.c: define common usage with a macroTaylor Blau1-1/+16
2021-03-30builtin/multi-pack-index.c: don't handle 'progress' separatelyTaylor Blau1-5/+3
2021-03-30builtin/multi-pack-index.c: inline 'flags' with optionsTaylor Blau1-7/+6
2021-02-24commit-graph.c: display correct number of chunks when writingTaylor Blau1-4/+3
2021-02-23The tenth batchJunio C Hamano1-0/+7
2021-02-18chunk-format: add technical docsDerrick Stolee3-0/+122
2021-02-18chunk-format: restore duplicate chunk checksDerrick Stolee1-0/+9
2021-02-18midx: use 64-bit multiplication for chunk sizesDerrick Stolee1-5/+6
2021-02-18midx: use chunk-format read APIDerrick Stolee2-50/+29
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee2-106/+55
2021-02-18chunk-format: create read chunk APIDerrick Stolee2-0/+127
2021-02-18midx: use chunk-format API in write_midx_internal()Derrick Stolee1-86/+20
2021-02-18midx: drop chunk progress during writeDerrick Stolee1-7/+0
2021-02-18midx: return success/failure in chunk write methodsDerrick Stolee1-36/+27
2021-02-18midx: add num_large_offsets to write_midx_contextDerrick Stolee1-7/+10
2021-02-18midx: add pack_perm to write_midx_contextDerrick Stolee1-19/+21
2021-02-18midx: add entries to write_midx_contextDerrick Stolee1-23/+26
2021-02-18midx: use context in write_midx_pack_names()Derrick Stolee1-11/+10
2021-02-18midx: rename pack_info to write_midx_contextDerrick Stolee1-65/+65
2021-02-18commit-graph: use chunk-format write APIDerrick Stolee1-82/+37
2021-02-18chunk-format: create chunk format write APIDerrick Stolee3-0/+112
2021-02-18The ninth batchJunio C Hamano1-0/+58
2021-02-12The eighth batchJunio C Hamano1-0/+21
2021-02-12test-lib-functions: assert correct parameter countÆvar Arnfjörð Bjarmason1-0/+8
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason5-16/+26
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason23-30/+30
2021-02-11config: improve error message for boolean configAndrew Klotz2-2/+25
2021-02-11stash: declare ref_stash as an arrayDenton Liu1-1/+1
2021-02-11t3905: use test_cmp() to check file contentsDenton Liu1-2/+4
2021-02-11t3905: replace test -s with test_file_not_emptyDenton Liu1-6/+6
2021-02-11t3905: remove nested git in command substitutionDenton Liu1-3/+6
2021-02-11t3905: move all commands into test casesDenton Liu1-72/+75
2021-02-11t3905: remove spaces after redirect operatorsDenton Liu1-20/+20
2021-02-11git-stash.txt: be explicit about subcommand optionsDenton Liu1-4/+4
2021-02-11commit-graph: when incompatible with graphs, indicate whyJohannes Schindelin1-3/+11
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin2-0/+29
2021-02-11diff: plug memory leak from regcomp() on {log,diff} -IÆvar Arnfjörð Bjarmason1-0/+12
2021-02-11diff: add an API for deferred freeingÆvar Arnfjörð Bjarmason4-20/+48
2021-02-11gpg-interface: remove other signature headers before verifyingbrian m. carlson2-0/+27
2021-02-11ref-filter: hoist signature parsingbrian m. carlson1-4/+3
2021-02-11commit: allow parsing arbitrary buffers with headersbrian m. carlson2-4/+25
2021-02-11gpg-interface: improve interface for parsing tagsbrian m. carlson9-39/+87
2021-02-10The seventh batchJunio C Hamano1-34/+25
2021-02-10t1500: ensure current --since= behavior remainsEric Wong1-0/+15
2021-02-10t/.gitattributes: sort linesÆvar Arnfjörð Bjarmason1-1/+1
2021-02-10test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason4-27/+29