| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-08 | test functions: add function `test_file_not_empty` | Rohit Ashiwal | 1 | -0/+9 |
| 2019-02-19 | tests: teach the test-tool to generate NUL bytes and use it | Johannes Schindelin | 1 | -7/+1 |
| 2019-02-13 | Merge branch 'rb/no-dev-zero-in-test' | Junio C Hamano | 1 | -0/+13 |
| 2019-02-12 | test-lib-functions.sh: add generate_zero_bytes function | Randall S. Becker | 1 | -0/+13 |
| 2019-02-11 | test-lib: fix non-portable pattern bracket expressions | SZEDER Gábor | 1 | -1/+1 |
| 2019-01-07 | test-lib: add the '--stress' option to run a test repeatedly under load | SZEDER Gábor | 1 | -2/+5 |
| 2019-01-07 | test-lib-functions: introduce the 'test_set_port' helper function | SZEDER Gábor | 1 | -0/+36 |
| 2018-12-01 | Merge branch 'sg/test-BUG' | Junio C Hamano | 1 | -13/+12 |
| 2018-11-20 | test-lib-functions: make 'test_cmp_rev' more informative on failure | SZEDER Gábor | 1 | -3/+17 |
| 2018-11-20 | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 1 | -13/+12 |
| 2018-11-19 | Merge branch 'js/test-git-installed' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-19 | Merge branch 'ab/dynamic-gettext-poison' | Junio C Hamano | 1 | -4/+4 |
| 2018-11-16 | tests: explicitly use `git.exe` on Windows | Johannes Schindelin | 1 | -1/+1 |
| 2018-11-14 | tests: respect GIT_TEST_INSTALLED when initializing repositories | Johannes Schindelin | 1 | -1/+2 |
| 2018-11-09 | i18n: make GETTEXT_POISON a runtime option | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2018-10-22 | t1300: extract and use test_cmp_config() | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
| 2018-10-10 | Merge branch 'bc/hash-independent-tests' | Junio C Hamano | 1 | -0/+69 |
| 2018-09-17 | Merge branch 'sb/range-diff-colors' | Junio C Hamano | 1 | -0/+2 |
| 2018-09-13 | t: add test functions to translate hash-related values | brian m. carlson | 1 | -0/+69 |
| 2018-08-14 | test_decode_color: understand FAINT and ITALIC | Stefan Beller | 1 | -0/+2 |
| 2018-08-08 | t7406: prefer test_* helper functions to test -[feds] | Elijah Newren | 1 | -0/+8 |
| 2018-05-23 | Merge branch 'js/test-unset-prereq' | Junio C Hamano | 1 | -1/+13 |
| 2018-04-30 | tests: introduce test_unset_prereq, for debugging | Johannes Schindelin | 1 | -1/+13 |
| 2018-04-25 | Make running git under other debugger-like programs easy | Elijah Newren | 1 | -4/+20 |
| 2018-04-11 | Merge branch 'jc/test-must-be-empty' | Junio C Hamano | 1 | -5/+2 |
| 2018-03-27 | test_must_be_empty: simplify file existence check | SZEDER Gábor | 1 | -5/+2 |
| 2018-03-14 | Merge branch 'sg/test-x' | Junio C Hamano | 1 | -12/+12 |
| 2018-03-08 | Merge branch 'jc/test-must-be-empty' | Junio C Hamano | 1 | -1/+5 |
| 2018-03-06 | Merge branch 'jk/test-helper-v-output-fix' | Junio C Hamano | 1 | -10/+10 |
| 2018-02-27 | test_must_be_empty: make sure the file exists, not just empty | Junio C Hamano | 1 | -1/+5 |
| 2018-02-27 | t: prevent '-x' tracing from interfering with test helpers' stderr | SZEDER Gábor | 1 | -12/+12 |
| 2018-02-27 | Merge branch 'sg/doc-test-must-fail-args' | Junio C Hamano | 1 | -0/+10 |
| 2018-02-22 | t: send verbose test-helper output to fd 4 | Jeff King | 1 | -10/+10 |
| 2018-02-21 | Merge branch 'sg/test-i18ngrep' | Junio C Hamano | 1 | -0/+54 |
| 2018-02-12 | t: document 'test_must_fail ok=<signal-name>' | SZEDER Gábor | 1 | -0/+10 |
| 2018-02-08 | t: make 'test_i18ngrep' more informative on failure | SZEDER Gábor | 1 | -4/+20 |
| 2018-02-08 | t: validate 'test_i18ngrep's parameters | SZEDER Gábor | 1 | -0/+12 |
| 2018-02-08 | t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh' | SZEDER Gábor | 1 | -0/+26 |
| 2018-01-25 | t/lib-git-daemon: add network-protocol helpers | Jeff King | 1 | -0/+34 |
| 2017-08-23 | Merge branch 'jk/ref-filter-colors' into maint | Junio C Hamano | 1 | -0/+1 |
| 2017-08-11 | Merge branch 'jk/ref-filter-colors' | Junio C Hamano | 1 | -0/+1 |
| 2017-07-17 | t: handle EOF in test_copy_bytes() | Jeff King | 1 | -0/+1 |
| 2017-07-13 | t: use test_decode_color rather than literal ANSI codes | Jeff King | 1 | -0/+1 |
| 2017-06-25 | t1301: move modebits() to test-lib-functions.sh | Christian Couder | 1 | -0/+5 |
| 2017-03-18 | tests: make the 'test_pause' helper work in non-verbose mode | SZEDER Gábor | 1 | -7/+2 |
| 2017-03-18 | tests: create an interactive gdb session with the 'debug' helper | SZEDER Gábor | 1 | -1/+1 |
| 2017-01-10 | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 1 | -5/+15 |
| 2016-12-16 | t5000: extract nongit function to test-lib-functions.sh | Jeff King | 1 | -0/+14 |
| 2016-12-09 | test-lib-functions.sh: teach test_commit -C <dir> | Stefan Beller | 1 | -5/+15 |
| 2016-08-11 | test-lib-functions.sh: add lf_to_nul helper | Jeff Hostetler | 1 | -0/+4 |
| 2016-07-19 | Merge branch 'jk/test-match-signal' | Junio C Hamano | 1 | -1/+16 |
| 2016-07-06 | test_must_fail: use test_match_signal | Jeff King | 1 | -1/+1 |
| 2016-07-06 | tests: factor portable signal check out of t0005 | Jeff King | 1 | -0/+15 |
| 2016-07-01 | t9300: factor out portable "head -c" replacement | Jeff King | 1 | -0/+14 |
| 2016-06-01 | test-lib: add in-shell "env" replacement | Jeff King | 1 | -0/+22 |
| 2016-05-26 | Merge branch 'jc/test-seq' into maint | Junio C Hamano | 1 | -15/+13 |
| 2016-05-09 | test-lib-functions.sh: rewrite test_seq without Perl | Junio C Hamano | 1 | -1/+6 |
| 2016-05-09 | test-lib-functions.sh: remove misleading comment on test_seq | Junio C Hamano | 1 | -14/+7 |
| 2016-02-25 | test_must_fail: report number of unexpected signal | Jeff King | 1 | -1/+1 |
| 2015-11-28 | add "ok=sigpipe" to test_must_fail and use it to fix flaky tests | Lars Schneider | 1 | -0/+3 |
| 2015-11-28 | implement test_might_fail using a refactored test_must_fail | Lars Schneider | 1 | -14/+33 |
| 2015-10-30 | test: facilitate debugging Git executables in tests with gdb | Johannes Schindelin | 1 | -0/+8 |
| 2015-09-08 | test-lib-functions: detect test_when_finished in subshell | John Keeping | 1 | -0/+5 |
| 2015-09-08 | test-lib-functions: support "test_config -C <dir> ..." | John Keeping | 1 | -3/+17 |
| 2015-05-19 | Merge branch 'jc/test-prereq-validate' | Junio C Hamano | 1 | -0/+9 |
| 2015-05-13 | Merge branch 'ep/fix-test-lib-functions-report' into maint | Junio C Hamano | 1 | -2/+2 |
| 2015-05-05 | Merge branch 'ep/fix-test-lib-functions-report' | Junio C Hamano | 1 | -2/+2 |
| 2015-04-28 | test: validate prerequistes syntax | Junio C Hamano | 1 | -0/+9 |
| 2015-04-16 | test-lib-functions.sh: fix the second argument to some helper functions | Elia Pinto | 1 | -2/+2 |
| 2015-03-13 | Merge branch 'jc/diff-test-updates' into maint | Junio C Hamano | 1 | -1/+3 |
| 2015-03-05 | Merge branch 'jc/diff-test-updates' | Junio C Hamano | 1 | -1/+3 |
| 2015-02-23 | test_ln_s_add: refresh stat info of fake symbolic links | Johannes Sixt | 1 | -1/+3 |
| 2014-10-21 | Merge branch 'da/mergetool-tests' | Junio C Hamano | 1 | -12/+18 |
| 2014-10-16 | test-lib-functions: adjust style to match CodingGuidelines | David Aguilar | 1 | -12/+18 |
| 2014-10-13 | t5304: use helper to report failure of "test foo = bar" | Jeff King | 1 | -0/+9 |
| 2014-07-21 | Merge branch 'jl/submodule-tests' | Junio C Hamano | 1 | -0/+11 |
| 2014-06-25 | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 1 | -2/+2 |
| 2014-06-20 | test-lib: add test_dir_is_empty() | Jens Lehmann | 1 | -0/+11 |
| 2014-06-16 | Merge branch 'sk/test-cmp-bin' | Junio C Hamano | 1 | -0/+6 |
| 2014-06-16 | Merge branch 'mt/patch-id-stable' (early part) | Junio C Hamano | 1 | -0/+5 |
| 2014-06-10 | test: add test_write_lines helper | Michael S. Tsirkin | 1 | -0/+5 |
| 2014-06-09 | t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 1 | -2/+2 |
| 2014-06-04 | t5000, t5003: do not use test_cmp to compare binary files | Stepan Kasal | 1 | -0/+6 |
| 2014-03-14 | Merge branch 'tg/index-v4-format' | Junio C Hamano | 1 | -0/+5 |
| 2014-02-24 | test-lib: allow setting the index format version | Thomas Gummerer | 1 | -0/+5 |
| 2014-02-14 | tests: turn on network daemon tests by default | Jeff King | 1 | -0/+58 |
| 2013-11-26 | test: replace shebangs with descriptions in shell libraries | Jonathan Nieder | 1 | -1/+2 |
| 2013-11-04 | Merge branch 'jk/wrap-perl-used-in-tests' | Junio C Hamano | 1 | -3/+7 |
| 2013-10-29 | t: use perl instead of "$PERL_PATH" where applicable | Jeff King | 1 | -3/+3 |
| 2013-10-29 | t: provide a perl() function which uses $PERL_PATH | Jeff King | 1 | -0/+4 |
| 2013-10-28 | Windows: a test_cmp that is agnostic to random LF <> CRLF conversions | Johannes Sixt | 1 | -0/+66 |
| 2013-07-05 | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 1 | -2/+4 |
| 2013-06-20 | Merge branch 'fc/show-non-empty-errors-in-test' | Junio C Hamano | 1 | -0/+12 |
| 2013-06-18 | test-lib: rearrange start/end of test_expect_* and test_skip | Thomas Rast | 1 | -2/+4 |
| 2013-06-09 | test: test_must_be_empty helper | Junio C Hamano | 1 | -0/+12 |
| 2013-06-07 | tests: introduce test_ln_s_add | Johannes Sixt | 1 | -0/+17 |
| 2013-04-22 | Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint | Junio C Hamano | 1 | -0/+4 |
| 2013-04-03 | Merge branch 'tr/valgrind' | Junio C Hamano | 1 | -0/+3 |
| 2013-04-03 | Merge branch 'jc/apply-ws-fix-tab-in-indent' | Junio C Hamano | 1 | -0/+4 |
| 2013-04-01 | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 1 | -4/+4 |
| 2013-04-01 | tests: notice valgrind error in test_must_fail | Thomas Rast | 1 | -0/+3 |
| 2013-03-29 | test: resurrect q_to_tab | Junio C Hamano | 1 | -0/+4 |
| 2013-03-22 | apply --whitespace=fix: avoid running over the postimage buffer | Junio C Hamano | 1 | -2/+2 |
| 2013-02-12 | t/test-lib-functions.sh: allow to specify the tag name to test_commit | Brandon Casey | 1 | -4/+4 |
| 2012-12-22 | tests: move test_cmp_rev to test-lib-functions | Martin von Zweigbergk | 1 | -0/+7 |
| 2012-11-15 | test-lib: allow negation of prerequisites | Jeff King | 1 | -1/+20 |
| 2012-09-14 | cherry-pick: don't forget -s on failure | Miklos Vajna | 1 | -5/+16 |
| 2012-08-22 | Merge branch 'mk/test-seq' | Junio C Hamano | 1 | -0/+21 |
| 2012-08-04 | tests: Introduce test_seq | Michał Kiedrowicz | 1 | -0/+21 |
| 2012-07-30 | Merge branch 'jc/maint-filter-branch-epoch-date' into maint | Junio C Hamano | 1 | -2/+11 |
| 2012-07-27 | test: allow prerequisite to be evaluated lazily | Junio C Hamano | 1 | -0/+42 |
| 2012-07-27 | test: rename $satisfied to $satisfied_prereq | Junio C Hamano | 1 | -3/+3 |
| 2012-07-22 | Merge branch 'jc/maint-filter-branch-epoch-date' | Junio C Hamano | 1 | -2/+11 |
| 2012-06-24 | tests: enclose $PERL_PATH in double quotes | Junio C Hamano | 1 | -2/+2 |
| 2012-06-12 | t: Replace 'perl' by $PERL_PATH | Vincent van Ravesteijn | 1 | -2/+2 |
| 2012-02-17 | Move the user-facing test library to test-lib-functions.sh | Thomas Rast | 1 | -0/+565 |