summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-09-06t: use common $SQ variableDenton Liu11-60/+51
2019-09-06test-read-cache: drop namelen variableJeff King1-3/+2
2019-09-06t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running SVN HTTP testsSZEDER Gábor1-1/+1
2019-09-05t9902: use a non-deprecated command for testingElijah Newren1-6/+6
2019-09-05t6006: simplify, fix, and optimize empty message testElijah Newren1-3/+2
2019-09-05t4014: stop losing return codes of git commandsDenton Liu1-77/+120
2019-09-05t4014: remove confusing pipe in check_threading()Denton Liu1-3/+2
2019-09-05t4014: use test_line_count() where possibleDenton Liu1-16/+19
2019-09-05t4014: let sed open its own filesDenton Liu1-14/+14
2019-09-05t4014: drop redirections to /dev/nullDenton Liu1-6/+6
2019-09-05t4014: use indentable here-docsDenton Liu1-184/+184
2019-09-05t4014: remove spaces after redirect operatorsDenton Liu1-31/+31
2019-09-05t4014: use sq for test case namesDenton Liu1-5/+5
2019-09-05t4014: move closing sq onto its own lineDenton Liu1-2/+4
2019-09-05t4014: s/expected/expect/Denton Liu1-53/+53
2019-09-05t3005: remove unused variableJunio C Hamano1-2/+0
2019-09-05t: use LF variable defined in the test harnessJunio C Hamano3-8/+0
2019-09-05t3427: accelerate this test by using fast-export and fast-importElijah Newren1-1/+4
2019-09-03am: reload .gitattributes after patching itbrian m. carlson2-0/+88
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee1-0/+13
2019-09-03push: disallow --all and refspecs when remote.<name>.mirror is setThomas Gummerer1-0/+10
2019-08-27rebase: teach rebase --keep-baseDenton Liu3-0/+72
2019-08-27rebase tests: test linear branch topologyÆvar Arnfjörð Bjarmason1-0/+29
2019-08-27rebase: fast-forward --fork-point in more casesDenton Liu1-10/+10
2019-08-27rebase: fast-forward --onto in more casesDenton Liu3-4/+4
2019-08-27t3432: test for --no-ff's interaction with fast-forwardÆvar Arnfjörð Bjarmason1-29/+54
2019-08-27status: mention --skip for revert and cherry-pickDenton Liu1-0/+6
2019-08-26t3432: distinguish "noop-same" v.s. "work-same" in "same head" testsÆvar Arnfjörð Bjarmason1-31/+48
2019-08-26t3432: test rebase fast-forward behaviorDenton Liu1-0/+72
2019-08-26t3431: add rebase --fork-point testsDenton Liu1-0/+53
2019-08-26t7300-clean: demonstrate deleting nested repo with an ignored file breakageSZEDER Gábor1-0/+22
2019-08-26mingw: support UNC in git clone file://server/share/repoTorsten Bögershausen1-2/+11
2019-08-26t4009: make hash size independentbrian m. carlson1-8/+11
2019-08-26t4002: make hash independentbrian m. carlson1-109/+258
2019-08-26t4000: make hash size independentbrian m. carlson1-1/+1
2019-08-26t3903: abstract away SHA-1-specific constantsbrian m. carlson1-10/+22
2019-08-22transport: teach all vtables to allow fetch firstJonathan Tan1-0/+11
2019-08-22transport-helper: skip ls-refs if unnecessaryJonathan Tan1-0/+13
2019-08-22Merge branch 'jk/perf-no-dups'Junio C Hamano1-0/+0
2019-08-22Merge branch 'sg/show-failed-test-names'Junio C Hamano3-12/+14
2019-08-22Merge branch 'sg/commit-graph-validate'Junio C Hamano1-3/+11
2019-08-22Merge branch 'vn/restore-empty-ita-corner-case-fix'Junio C Hamano2-0/+22
2019-08-22Merge branch 'sg/do-not-skip-non-httpd-tests'Junio C Hamano10-122/+153
2019-08-22Merge branch 'sg/t5510-test-i18ngrep-fix'Junio C Hamano1-1/+1
2019-08-22Merge branch 'mt/grep-submodules-working-tree'Junio C Hamano1-0/+21
2019-08-22t0021: make sure clean filter runsThomas Gummerer1-0/+3
2019-08-22ref-filter: initialize empty name or email fieldsMischa POSLAWSKY1-0/+19
2019-08-21userdiff: add a builtin pattern for dts filesStephen Boyd12-0/+158
2019-08-21t4014: drop unnecessary blank lines from test casesDenton Liu1-47/+0
2019-08-21line-log: avoid unnecessary full tree diffsSZEDER Gábor1-0/+82