summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-03-16fetch: fetch unpopulated, changed submodulesGlen Choo1-2/+266
2022-03-16Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2Junio C Hamano2-3/+37
2022-03-16partial-clone: add a partial-clone test caseAbhradeep Chakraborty1-0/+19
2022-03-15cat-file: skip expanding default formatJohn Cai1-0/+12
2022-03-14stash: make internal resets quiet and refresh indexVictoria Dye1-0/+33
2022-03-14reset: introduce --[no-]refresh option to --mixedVictoria Dye1-7/+66
2022-03-14repack: add config to skip updating server infoPatrick Steinhardt1-0/+18
2022-03-14repack: refactor to avoid double-negation of update-server-infoPatrick Steinhardt1-0/+32
2022-03-13Merge branch 'ps/fetch-atomic-fixup'Junio C Hamano1-15/+5
2022-03-13Merge branch 'fs/gpgsm-update'Junio C Hamano2-7/+7
2022-03-13Merge branch 'ab/make-optim-noop'Junio C Hamano3-0/+9
2022-03-13Merge branch 'ps/fetch-atomic'Junio C Hamano2-0/+103
2022-03-13t/helper/test-run-command.c: delete duplicate includeElia Pinto1-1/+0
2022-03-13t6423-merge-rename-directories.sh: use the $(...) constructElia Pinto1-5/+5
2022-03-13name-rev: use generation numbers if availableJacob Keller1-0/+118
2022-03-13reflog: don't be noisy on empty reflogsÆvar Arnfjörð Bjarmason1-0/+9
2022-03-12userdiff: add builtin diff driver for kotlin language.Jaydeep P Das13-0/+153
2022-03-12t0030-t0050: avoid pipes with Git on LHSShubham Mishra2-28/+50
2022-03-12t0001-t0028: avoid pipes with Git on LHSShubham Mishra4-14/+16
2022-03-09test-lib: declare local variables as localMichael J Gruber1-0/+2
2022-03-09Merge branch 'ab/help-fixes'Junio C Hamano1-0/+94
2022-03-09Merge branch 'jc/cat-file-batch-commands'Junio C Hamano1-6/+129
2022-03-09Merge branch 'en/present-despite-skipped'Junio C Hamano7-80/+83
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee1-0/+12
2022-03-09bundle: unbundle promisor packsDerrick Stolee1-0/+2
2022-03-09bundle: create filtered bundlesDerrick Stolee1-0/+48
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason1-0/+12
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee1-1/+3
2022-03-08gitweb: remove invalid http-equiv="content-type"Jason Yundt1-0/+13
2022-03-08comment: fix typoJason Yundt1-1/+1
2022-03-07t5526: create superproject commits with test helperGlen Choo1-50/+45
2022-03-07t5526: stop asserting on stderr literallyGlen Choo1-61/+56
2022-03-07t5526: introduce test helper to assert on fetchesGlen Choo1-55/+84
2022-03-07rev-list simplify tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason1-5/+7
2022-03-07checkout tests: don't ignore "git <cmd>" exit codeÆvar Arnfjörð Bjarmason1-16/+35
2022-03-07apply tests: don't ignore "git ls-files" exit code, drop sub-shellÆvar Arnfjörð Bjarmason1-1/+2
2022-03-07gettext tests: don't ignore "test-tool regex" exit codeÆvar Arnfjörð Bjarmason1-3/+13
2022-03-07rev-list tests: don't hide abort() in "test_expect_failure"Ævar Arnfjörð Bjarmason1-4/+9
2022-03-07diff tests: don't ignore "git rev-list" exit codeÆvar Arnfjörð Bjarmason1-5/+2
2022-03-07notes tests: don't ignore "git" exit codeÆvar Arnfjörð Bjarmason3-15/+14
2022-03-07rev-parse tests: don't ignore "git reflog" exit codeÆvar Arnfjörð Bjarmason1-2/+3
2022-03-07merge tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason1-16/+6
2022-03-07apply tests: use "test_must_fail" instead of ad-hoc patternÆvar Arnfjörð Bjarmason1-16/+2
2022-03-07diff tests: don't ignore "git diff" exit code in "read" loopÆvar Arnfjörð Bjarmason1-51/+53
2022-03-07diff tests: don't ignore "git diff" exit codeÆvar Arnfjörð Bjarmason1-27/+22
2022-03-07read-tree tests: check "diff-files" exit code on failureÆvar Arnfjörð Bjarmason2-6/+6
2022-03-07tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"Ævar Arnfjörð Bjarmason1-22/+21
2022-03-07tests: change some 'test $(git) = "x"' to test_cmpÆvar Arnfjörð Bjarmason4-29/+50
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason1-3/+4
2022-03-06Merge branch 'jt/ls-files-stage-recurse'Junio C Hamano1-1/+17