summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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 'sg/test-i18ngrep'Junio C Hamano2018-02-218-43/+72
|\
| * t: make 'test_i18ngrep' more informative on failuresg/test-i18ngrepSZEDER Gábor2018-02-081-4/+20
| * t: validate 'test_i18ngrep's parametersSZEDER Gábor2018-02-081-0/+12
| * t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor2018-02-082-26/+26
| * t5536: let 'test_i18ngrep' read the file without redirectionSZEDER Gábor2018-02-081-1/+1
| * t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor2018-02-081-6/+3
| * t4001: don't run 'git status' upstream of a pipeSZEDER Gábor2018-02-081-3/+8
| * t6022: don't run 'git merge' upstream of a pipeSZEDER Gábor2018-02-081-2/+4
| * t5812: add 'test_i18ngrep's missing filename parameterSZEDER Gábor2018-02-081-4/+1
| * t5541: add 'test_i18ngrep's missing filename parameterSZEDER Gábor2018-02-081-1/+1
* | Merge branch 'gs/rebase-allow-empty-message'Junio C Hamano2018-02-211-0/+23
|\ \
| * | rebase: add --allow-empty-message optiongs/rebase-allow-empty-messageGenki Sky2018-02-071-0/+23
* | | Merge branch 'nd/format-patch-stat-width'Junio C Hamano2018-02-211-15/+31
|\ \ \
| * | | format-patch: reduce patch diffstat width to 72nd/format-patch-stat-widthNguyễn Thái Ngọc Duy2018-02-021-15/+31
| |/ /
* | | Merge branch 'cc/perf-aggregate'Junio C Hamano2018-02-151-11/+37
|\ \ \
| * | | perf/aggregate: sort JSON fields in outputcc/perf-aggregateChristian Couder2018-02-021-1/+1
| * | | perf/aggregate: add --reponame optionChristian Couder2018-02-021-2/+13
| * | | perf/aggregate: add --subsection optionChristian Couder2018-02-021-9/+24
| |/ /
* | | Merge branch 'ab/wildmatch-tests'Junio C Hamano2018-02-153-245/+416
|\ \ \
| * | | wildmatch test: mark test as EXPENSIVE_ON_WINDOWSab/wildmatch-testsÆvar Arnfjörð Bjarmason2018-01-301-8/+8
| * | | test-lib: add an EXPENSIVE_ON_WINDOWS prerequisiteÆvar Arnfjörð Bjarmason2018-01-301-0/+4
| * | | wildmatch test: create & test files on disk in addition to in-memoryÆvar Arnfjörð Bjarmason2018-01-301-11/+190
| * | | wildmatch test: perform all tests under all wildmatch() modesÆvar Arnfjörð Bjarmason2018-01-302-252/+228
| * | | wildmatch test: use test_must_fail, not ! for test-wildmatchÆvar Arnfjörð Bjarmason2018-01-301-3/+3
| * | | wildmatch test: remove dead fnmatch() test codeÆvar Arnfjörð Bjarmason2018-01-301-178/+178
| * | | wildmatch test: use a paranoia pattern from nul_match()Ævar Arnfjörð Bjarmason2018-01-301-3/+12
| * | | wildmatch test: don't try to vertically align our outputÆvar Arnfjörð Bjarmason2018-01-301-5/+5
| * | | wildmatch test: use more standard shell styleÆvar Arnfjörð Bjarmason2018-01-301-3/+6
| * | | wildmatch test: indent with tabs, not spacesÆvar Arnfjörð Bjarmason2018-01-301-27/+27
* | | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-2/+2
|\ \ \ \
| * | | | dir: convert struct sha1_stat to use object_idPatryk Obara2018-01-301-2/+2
| | |/ / | |/| |
* | | | Merge branch 'en/merge-recursive-fixes'Junio C Hamano2018-02-152-3/+9
|\ \ \ \
| * | | | Tighten and correct a few testcases for merging and cherry-pickingElijah Newren2018-01-192-3/+9
* | | | | Merge branch 'jk/daemon-fixes'Junio C Hamano2018-02-133-11/+101
|\ \ \ \ \
| * | | | | daemon: fix length computation in newline strippingjk/daemon-fixesJeff King2018-01-251-0/+15
| * | | | | t/lib-git-daemon: add network-protocol helpersJeff King2018-01-252-1/+58
| * | | | | daemon: handle NULs in extended attribute stringJeff King2018-01-251-3/+5
| * | | | | daemon: fix off-by-one in logging extended attributesJeff King2018-01-251-0/+11
| * | | | | t/lib-git-daemon: record daemon logJeff King2018-01-251-4/+12
| * | | | | t5570: use ls-remote instead of clone for interp testsJeff King2018-01-251-6/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano2018-02-136-9/+176
|\ \ \ \ \
| * | | | | sequencer: run 'prepare-commit-msg' hookpw/sequencer-in-process-commitPhillip Wood2018-01-241-4/+4
| * | | | | t7505: add tests for cherry-pick and rebase -i/-pPhillip Wood2018-01-243-4/+157