summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-03-22Merge branch 'jk/cached-commit-buffer' into maintJunio C Hamano1-31/+0
2018-03-22Merge branch 'sm/mv-dry-run-update' into maintJunio C Hamano1-0/+6
2018-03-22Merge branch 'gs/test-unset-xdg-cache-home' into maintJunio C Hamano1-0/+1
2018-03-22Merge branch 'rd/typofix' into maintJunio C Hamano2-2/+2
2018-03-22Merge branch 'sg/doc-test-must-fail-args' into maintJunio C Hamano2-2/+22
2018-03-22Merge branch 'jk/gettext-poison' into maintJunio C Hamano1-4/+0
2018-03-22Merge branch 'nd/shared-index-fix' into maintJunio C Hamano1-0/+19
2018-03-22Merge branch 'cl/t9001-cleanup' into maintJunio C Hamano1-10/+7
2018-03-22Merge branch 'sg/test-i18ngrep' into maintJunio C Hamano8-43/+72
2018-03-22Merge branch 'jk/daemon-fixes' into maintJunio C Hamano3-11/+101
2018-03-22Merge branch 'tg/split-index-fixes' into maintJunio C Hamano1-0/+19
2018-03-22Merge branch 'jt/http-redact-cookies' into maintJunio C Hamano1-0/+33
2018-02-27Merge branch 'sb/submodule-update-reset-fix' into maintJunio C Hamano1-2/+17
2018-02-27Merge branch 'ab/commit-m-with-fixup' into maintJunio C Hamano1-1/+8
2018-02-27Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano1-0/+72
2018-02-22revision: drop --show-all optionJeff King1-31/+0
2018-02-16test-lib.sh: unset XDG_CACHE_HOMEGenki Sky1-0/+1
2018-02-15Merge branch 'nd/add-i-ignore-submodules' into maintJunio C Hamano1-0/+48
2018-02-15Merge branch 'tg/stash-with-pathspec-fix' into maintJunio C Hamano1-0/+32
2018-02-15Merge branch 'jk/abort-clone-with-existing-dest' into maintJunio C Hamano1-26/+74
2018-02-15Merge branch 'jc/merge-symlink-ours-theirs' into maintJunio C Hamano1-0/+32
2018-02-15Merge branch 'dk/describe-all-output-fix' into maintJunio C Hamano1-1/+5
2018-02-15Merge branch 'ab/perf-grep-threads' into maintJunio C Hamano2-21/+86
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day1-1/+1
2018-02-14t/: correct obvious typo "detahced"Robert P. J. Day1-1/+1
2018-02-12t: document 'test_must_fail ok=<signal-name>'SZEDER Gábor2-2/+22
2018-02-08t: make 'test_i18ngrep' more informative on failureSZEDER Gábor1-4/+20
2018-02-08t: validate 'test_i18ngrep's parametersSZEDER Gábor1-0/+12
2018-02-08t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor2-26/+26
2018-02-08t5536: let 'test_i18ngrep' read the file without redirectionSZEDER Gábor1-1/+1
2018-02-08t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor1-6/+3
2018-02-08t4001: don't run 'git status' upstream of a pipeSZEDER Gábor1-3/+8
2018-02-08t6022: don't run 'git merge' upstream of a pipeSZEDER Gábor1-2/+4
2018-02-08t5812: add 'test_i18ngrep's missing filename parameterSZEDER Gábor1-4/+1
2018-02-08t5541: add 'test_i18ngrep's missing filename parameterSZEDER Gábor1-1/+1
2018-02-08t0205: drop redundant testJeff King1-4/+0
2018-02-07t7001: add test case for --dry-runStefan Moch1-0/+6
2018-01-25daemon: fix length computation in newline strippingJeff King1-0/+15
2018-01-25t/lib-git-daemon: add network-protocol helpersJeff King2-1/+58
2018-01-25daemon: handle NULs in extended attribute stringJeff King1-3/+5
2018-01-25daemon: fix off-by-one in logging extended attributesJeff King1-0/+11
2018-01-25t/lib-git-daemon: record daemon logJeff King1-4/+12
2018-01-25t5570: use ls-remote instead of clone for interp testsJeff King1-6/+3
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy1-0/+19
2018-01-21Merge branch 'bc/hash-algo' into maintJunio C Hamano1-0/+17
2018-01-21t5601-clone: test case-conflicting files on case-insensitive filesystemEric Sunshine1-0/+17
2018-01-19http: support omitting data from tracesJonathan Tan1-0/+12
2018-01-19http: support cookie redaction when tracingJonathan Tan1-0/+21
2018-01-19split-index: don't write cache tree with null oid entriesThomas Gummerer1-0/+19
2018-01-16add--interactive: ignore submodule changes except HEADNguyễn Thái Ngọc Duy1-0/+48