summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-281-0/+31
|\
| * t9902: disable test on the list of merge-strategies under GETTEXT_POISONnd/parseopt-completionJunio C Hamano2018-03-231-1/+1
| * completion: clear cached --options when sourcing the completion scriptSZEDER Gábor2018-03-221-0/+31
* | Merge branch 'ks/t3200-typofix'Junio C Hamano2018-03-211-1/+1
|\ \
| * | t/t3200: fix a typo in a test descriptionks/t3200-typofixKaartic Sivaraam2018-03-151-1/+1
* | | Merge branch 'jt/transfer-fsck-with-promissor'Junio C Hamano2018-03-212-0/+16
|\ \ \
| * | | fetch-pack: do not check links for partial fetchjt/transfer-fsck-with-promissorJonathan Tan2018-03-151-0/+11
| * | | index-pack: support checking objects but not linksJonathan Tan2018-03-151-0/+5
* | | | Merge branch 'ma/config-page-only-in-list-mode'Junio C Hamano2018-03-211-7/+42
|\ \ \ \
| * | | | config: change default of `pager.config` to "on"ma/config-page-only-in-list-modeMartin Ågren2018-02-211-6/+6
| * | | | config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-5/+5
| * | | | t7006: add tests for how git config paginatesMartin Ågren2018-02-211-7/+42
* | | | | Merge branch 'sg/cvs-tests-with-x'Junio C Hamano2018-03-152-9/+7
|\ \ \ \ \
| * | | | | t9402-git-cvsserver-refs: don't check the stderr of a subshellsg/cvs-tests-with-xSZEDER Gábor2018-03-081-4/+4
| * | | | | t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor2018-03-081-5/+3
* | | | | | Merge branch 'cl/send-email-reply-to'Junio C Hamano2018-03-151-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | send-email: support separate Reply-To addresscl/send-email-reply-toChristian Ludwig2018-03-061-0/+2
* | | | | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-5/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | completion: use __gitcomp_builtin in _git_checkoutNguyễn Thái Ngọc Duy2018-02-091-5/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/add-i-diff-filter'Junio C Hamano2018-03-141-0/+20
|\ \ \ \ \
| * | | | | add--interactive: detect bogus diffFilter outputjk/add-i-diff-filterJeff King2018-03-051-0/+8
| * | | | | t3701: add a test for interactive.diffFilterJeff King2018-03-051-0/+12
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/worktree-move'Junio C Hamano2018-03-141-1/+84
|\ \ \ \ \
| * | | | | t2028: fix minor error and issues in newly-added "worktree move" testsnd/worktree-moveEric Sunshine2018-03-061-10/+9
| * | | | | worktree remove: allow it when $GIT_WORK_TREE is already goneNguyễn Thái Ngọc Duy2018-02-121-0/+17
| * | | | | worktree remove: new commandNguyễn Thái Ngọc Duy2018-02-121-0/+30
| * | | | | worktree move: accept destination as directoryNguyễn Thái Ngọc Duy2018-02-121-0/+11
| * | | | | worktree move: new commandNguyễn Thái Ngọc Duy2018-02-121-0/+26
* | | | | | Merge branch 'pw/add-p-recount'Junio C Hamano2018-03-141-130/+165
|\ \ \ \ \ \
| * | | | | | add -p: fix counting when splitting and coalescingPhillip Wood2018-03-051-8/+23
| * | | | | | add -p: calculate offset delta for edited patchesPhillip Wood2018-03-051-1/+1
| * | | | | | add -p: adjust offsets of subsequent hunks when one is skippedPhillip Wood2018-03-011-1/+1
| * | | | | | t3701: add failing test for pathological context linesPhillip Wood2018-03-011-0/+30
| * | | | | | t3701: don't hard code sha1 hash valuesPhillip Wood2018-03-011-10/+23
| * | | | | | t3701: use test_write_lines and write_scriptPhillip Wood2018-02-201-28/+5
| * | | | | | t3701: indent here documentsPhillip Wood2018-02-201-87/+87
| |/ / / / /
* | | | | | Merge branch 'sg/test-x'Junio C Hamano2018-03-1411-61/+93
|\ \ \ \ \ \
| * | | | | | t/README: add a note about don't saving stderr of compound commandsSZEDER Gábor2018-02-281-3/+17
| * | | | | | t1510-repo-setup: mark as untraceable with '-x'SZEDER Gábor2018-02-281-0/+4
| * | | | | | t9903-bash-prompt: don't check the stderr of __git_ps1()SZEDER Gábor2018-02-281-12/+2
| * | | | | | t5570-git-daemon: don't check the stderr of a subshellSZEDER Gábor2018-02-281-1/+1
| * | | | | | t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log fileSZEDER Gábor2018-02-281-1/+1
| * | | | | | t5500-fetch-pack: don't check the stderr of a subshellSZEDER Gábor2018-02-281-6/+6
| * | | | | | t3030-merge-recursive: don't check the stderr of a subshellSZEDER Gábor2018-02-281-16/+20
| * | | | | | t1507-rev-parse-upstream: don't check the stderr of a shell functionSZEDER Gábor2018-02-271-7/+7
| * | | | | | t: add means to disable '-x' tracing for individual test scriptsSZEDER Gábor2018-02-272-1/+21
| * | | | | | t: prevent '-x' tracing from interfering with test helpers' stderrSZEDER Gábor2018-02-272-14/+14
* | | | | | | Merge branch 'rj/test-i18ngrep'Junio C Hamano2018-03-142-21/+6
|\ \ \ \ \ \ \
| * | | | | | | t5536: simplify checking of messages output to stderrrj/test-i18ngrepSZEDER Gábor2018-02-281-18/+4
| * | | | | | | t4151: consolidate multiple calls to test_i18ngrepRamsay Jones2018-02-121-3/+2
| | |/ / / / / | |/| | | | |