| Commit message (Expand) | Author | Age |
* | Merge branch 'jk/ref-filter-colors' into maint | Junio C Hamano | 2017-08-23 |
|\ |
|
| * | t: use test_decode_color rather than literal ANSI codes | Jeff King | 2017-07-13 |
* | | t: handle EOF in test_copy_bytes() | Jeff King | 2017-07-17 |
|/ |
|
* | t1301: move modebits() to test-lib-functions.sh | Christian Couder | 2017-06-25 |
* | tests: make the 'test_pause' helper work in non-verbose mode | SZEDER Gábor | 2017-03-18 |
* | tests: create an interactive gdb session with the 'debug' helper | SZEDER Gábor | 2017-03-18 |
* | Merge branch 'sb/submodule-embed-gitdir' | Junio C Hamano | 2017-01-10 |
|\ |
|
| * | test-lib-functions.sh: teach test_commit -C <dir> | Stefan Beller | 2016-12-09 |
* | | t5000: extract nongit function to test-lib-functions.sh | Jeff King | 2016-12-16 |
|/ |
|
* | test-lib-functions.sh: add lf_to_nul helper | Jeff Hostetler | 2016-08-11 |
* | Merge branch 'jk/test-match-signal' | Junio C Hamano | 2016-07-19 |
|\ |
|
| * | test_must_fail: use test_match_signal | Jeff King | 2016-07-06 |
| * | tests: factor portable signal check out of t0005 | Jeff King | 2016-07-06 |
* | | t9300: factor out portable "head -c" replacement | Jeff King | 2016-07-01 |
|/ |
|
* | test-lib: add in-shell "env" replacement | Jeff King | 2016-06-01 |
* | Merge branch 'jc/test-seq' into maint | Junio C Hamano | 2016-05-26 |
|\ |
|
| * | test-lib-functions.sh: rewrite test_seq without Perl | Junio C Hamano | 2016-05-09 |
| * | test-lib-functions.sh: remove misleading comment on test_seq | Junio C Hamano | 2016-05-09 |
| * | Merge branch 'ep/fix-test-lib-functions-report' into maint | Junio C Hamano | 2015-05-13 |
| |\ |
|
* | | | test_must_fail: report number of unexpected signal | Jeff King | 2016-02-25 |
* | | | add "ok=sigpipe" to test_must_fail and use it to fix flaky tests | Lars Schneider | 2015-11-28 |
* | | | implement test_might_fail using a refactored test_must_fail | Lars Schneider | 2015-11-28 |
* | | | test: facilitate debugging Git executables in tests with gdb | Johannes Schindelin | 2015-10-30 |
* | | | test-lib-functions: detect test_when_finished in subshell | John Keeping | 2015-09-08 |
* | | | test-lib-functions: support "test_config -C <dir> ..." | John Keeping | 2015-09-08 |
* | | | Merge branch 'jc/test-prereq-validate' | Junio C Hamano | 2015-05-19 |
|\ \ \ |
|
| * | | | test: validate prerequistes syntax | Junio C Hamano | 2015-04-28 |
| * | | | Merge branch 'jc/diff-test-updates' into maint | Junio C Hamano | 2015-03-13 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'ep/fix-test-lib-functions-report' | Junio C Hamano | 2015-05-05 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | test-lib-functions.sh: fix the second argument to some helper functions | Elia Pinto | 2015-04-16 |
* | | | | Merge branch 'jc/diff-test-updates' | Junio C Hamano | 2015-03-05 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | test_ln_s_add: refresh stat info of fake symbolic links | Johannes Sixt | 2015-02-23 |
* | | | Merge branch 'da/mergetool-tests' | Junio C Hamano | 2014-10-21 |
|\ \ \ |
|
| * | | | test-lib-functions: adjust style to match CodingGuidelines | David Aguilar | 2014-10-16 |
* | | | | t5304: use helper to report failure of "test foo = bar" | Jeff King | 2014-10-13 |
* | | | | Merge branch 'jl/submodule-tests' | Junio C Hamano | 2014-07-21 |
|\ \ \ \ |
|
| * | | | | test-lib: add test_dir_is_empty() | Jens Lehmann | 2014-06-20 |
* | | | | | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 2014-06-25 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 |
* | | | | | Merge branch 'sk/test-cmp-bin' | Junio C Hamano | 2014-06-16 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | t5000, t5003: do not use test_cmp to compare binary files | Stepan Kasal | 2014-06-04 |
| |/ / / |
|
* | | | | Merge branch 'mt/patch-id-stable' (early part) | Junio C Hamano | 2014-06-16 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | test: add test_write_lines helper | Michael S. Tsirkin | 2014-06-10 |
* | | | | Merge branch 'tg/index-v4-format' | Junio C Hamano | 2014-03-14 |
|\ \ \ \ |
|
| * | | | | test-lib: allow setting the index format version | Thomas Gummerer | 2014-02-24 |
| |/ / / |
|
* | | | | tests: turn on network daemon tests by default | Jeff King | 2014-02-14 |
|/ / / |
|
* | | | test: replace shebangs with descriptions in shell libraries | Jonathan Nieder | 2013-11-26 |
|/ / |
|
* | | Merge branch 'jk/wrap-perl-used-in-tests' | Junio C Hamano | 2013-11-04 |
|\ \ |
|
| * | | t: use perl instead of "$PERL_PATH" where applicable | Jeff King | 2013-10-29 |
| * | | t: provide a perl() function which uses $PERL_PATH | Jeff King | 2013-10-29 |