| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Merge branch 'nd/test-helpers' | Junio C Hamano | 2016-07-25 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | | test-lib: drop PID from test-results/*.countjk/test-lib-drop-pid-from-results | Jeff King | 2016-08-30 | 1 | -2/+2 | |
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge branch 'nd/test-helpers' into maint | Junio C Hamano | 2016-08-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | t/test-lib.sh: fix running tests with --valgrind | Johannes Schindelin | 2016-07-11 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'nd/cache-tree-ita' into maint | Junio C Hamano | 2016-08-08 | 1 | -1/+4 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | ||||||
| | * | | | | test-lib.sh: introduce and use $EMPTY_BLOB | Nguyễn Thái Ngọc Duy | 2016-07-18 | 1 | -1/+2 | |
| | * | | | | test-lib.sh: introduce and use $EMPTY_TREE | Nguyễn Thái Ngọc Duy | 2016-07-18 | 1 | -1/+3 | |
| * | | | | | Merge branch 'jk/tzoffset-fix' into maint | Junio C Hamano | 2016-07-15 | 1 | -0/+9 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | t0006: skip "far in the future" test when unsigned long is not long enoughjk/tzoffset-fix | Jeff King | 2016-07-15 | 1 | -0/+9 | |
| | * | | | | Merge branch 'js/test-lib-windows-emulated-yes' into maint | Junio C Hamano | 2016-02-17 | 1 | -2/+4 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'jk/sanity' into maint | Junio C Hamano | 2016-02-05 | 1 | -5/+13 | |
| | |\ \ \ \ \ | ||||||
| * | \ \ \ \ \ | Merge branch 'jk/test-send-sh-x-trace-elsewhere' | Junio C Hamano | 2016-05-17 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | test-lib: set BASH_XTRACEFD automaticallyjk/test-send-sh-x-trace-elsewhere | Jeff King | 2016-05-11 | 1 | -0/+13 | |
| | * | | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home' into maint | Junio C Hamano | 2015-07-27 | 1 | -52/+47 | |
| | |\ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ | Merge branch 'sg/test-lib-simplify-expr-away' | Junio C Hamano | 2016-05-03 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | test-lib: simplify '--option=value' parsingsg/test-lib-simplify-expr-away | SZEDER Gábor | 2016-04-22 | 1 | -5/+5 | |
| * | | | | | | | test helpers: move test-* to t/helper/ subdirectory | Nguyễn Thái Ngọc Duy | 2016-04-15 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'js/mingw-tests' | Junio C Hamano | 2016-02-17 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mingw: disable mkfifo-based tests | Johannes Schindelin | 2016-01-27 | 1 | -1/+1 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'js/test-lib-windows-emulated-yes' | Junio C Hamano | 2016-02-10 | 1 | -2/+4 | |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | test-lib: limit the output of the yes utilityjs/test-lib-windows-emulated-yes | Johannes Schindelin | 2016-02-02 | 1 | -2/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'jk/sanity' | Junio C Hamano | 2016-01-28 | 1 | -5/+13 | |
| |\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| | * | | | test-lib: clarify and tighten SANITYjk/sanity | Junio C Hamano | 2016-01-19 | 1 | -5/+13 | |
| * | | | | Merge branch 'jk/test-with-x' | Junio C Hamano | 2015-08-19 | 1 | -2/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | test-lib: disable trace when test is not verbosejk/test-with-x | Jeff King | 2015-08-07 | 1 | -2/+6 | |
| | * | | | | test-lib: turn off "-x" tracing during chain-lint check | Jeff King | 2015-08-07 | 1 | -0/+5 | |
| * | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home' | Junio C Hamano | 2015-07-10 | 1 | -52/+47 | |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | | test-lib.sh: fix color support when tput needs ~/.terminforh/test-color-avoid-terminfo-in-original-home | Richard Hansen | 2015-06-17 | 1 | -29/+28 | |
| | * | | | | Revert "test-lib.sh: do tests for color support after changing HOME" | Richard Hansen | 2015-06-17 | 1 | -47/+43 | |
| * | | | | | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 2015-05-19 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | ||||||
| | * | | | test-lib: turn on GIT_TEST_CHAIN_LINT by defaultjk/test-chain-lint | Jeff King | 2015-04-28 | 1 | -1/+1 | |
| * | | | | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 2015-03-26 | 1 | -0/+16 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | t/test-lib: introduce --chain-lint option | Jeff King | 2015-03-20 | 1 | -0/+16 | |
| | * | | | Merge branch 'jk/sanity' | Junio C Hamano | 2015-02-25 | 1 | -3/+27 | |
| | |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| * | | | t5541: move run_with_cmdline_limit to test-lib.sh | Jeff King | 2015-03-12 | 1 | -0/+6 | |
| * | | | t: redirect stderr GIT_TRACE to descriptor 4 | Jeff King | 2015-03-12 | 1 | -4/+1 | |
| * | | | t: translate SIGINT to an exit | Jeff King | 2015-03-12 | 1 | -0/+1 | |
| * | | | Merge branch 'jk/sanity' into maint | Junio C Hamano | 2015-03-05 | 1 | -3/+27 | |
| |\ \ \ | |/ / |/| / | |/ | ||||||
| | * | test-lib.sh: set prerequisite SANITY by testing what we really need | Torsten Bögershausen | 2015-02-15 | 1 | -3/+22 | |
| | * | t/lib-httpd: switch SANITY check for NOT_ROOT | Jeff King | 2015-01-16 | 1 | -0/+5 | |
| * | | test-lib.sh: do tests for color support after changing HOME | Richard Hansen | 2015-01-07 | 1 | -43/+47 | |
| * | | test-lib: use 'test ...' instead of '[ ... ]' | Richard Hansen | 2015-01-07 | 1 | -3/+3 | |
| * | | Merge branch 'jk/test-asan' | Junio C Hamano | 2014-12-22 | 1 | -0/+3 | |
| |\ \ | ||||||
| | * | | t: support clang/gcc AddressSanitizerjk/test-asan | Jeff King | 2014-12-11 | 1 | -0/+3 | |
| * | | | Sync with v2.1.4 | Junio C Hamano | 2014-12-17 | 1 | -1/+5 | |
| |\ \ \ | |/ / |/| / | |/ | ||||||
| | * | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -1/+5 | |
| | |\ | ||||||
| | | * | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -1/+5 | |
| | | |\ | ||||||
| | | | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -1/+5 | |
| | | | |\ | ||||||
| | | | | * | read-cache: optionally disallow HFS+ .git variants | Jeff King | 2014-12-17 | 1 | -1/+5 | |
| * | | | | | test-lib.sh: support -x option for shell-tracingjk/test-shell-trace | Jeff King | 2014-10-13 | 1 | -4/+38 | |
