aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAge
* Merge branch 'jk/test-chain-lint'Junio C Hamano2015-05-19
|\
| * test-lib: turn on GIT_TEST_CHAIN_LINT by defaultJeff King2015-04-28
* | Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-26
|\ \ | |/
| * t/test-lib: introduce --chain-lint optionJeff King2015-03-20
| * Merge branch 'jk/sanity'Junio C Hamano2015-02-25
| |\
* | | t5541: move run_with_cmdline_limit to test-lib.shJeff King2015-03-12
* | | t: redirect stderr GIT_TRACE to descriptor 4Jeff King2015-03-12
* | | t: translate SIGINT to an exitJeff King2015-03-12
* | | Merge branch 'jk/sanity' into maintJunio C Hamano2015-03-05
|\ \ \ | |/ / |/| / | |/
| * test-lib.sh: set prerequisite SANITY by testing what we really needTorsten Bögershausen2015-02-15
| * t/lib-httpd: switch SANITY check for NOT_ROOTJeff King2015-01-16
* | test-lib.sh: do tests for color support after changing HOMERichard Hansen2015-01-07
* | test-lib: use 'test ...' instead of '[ ... ]'Richard Hansen2015-01-07
* | Merge branch 'jk/test-asan'Junio C Hamano2014-12-22
|\ \
| * | t: support clang/gcc AddressSanitizerJeff King2014-12-11
* | | Sync with v2.1.4Junio C Hamano2014-12-17
|\ \ \ | |/ / |/| / | |/
| * Sync with v2.0.5Junio C Hamano2014-12-17
| |\
| | * Sync with v1.9.5Junio C Hamano2014-12-17
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-17
| | | |\
| | | | * read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-17
* | | | | test-lib.sh: support -x option for shell-tracingJeff King2014-10-13
* | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-08
|\ \ \ \ \
| * | | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-17
| |/ / / /
* | | | | Merge branch 'tb/crlf-tests'Junio C Hamano2014-09-19
|\ \ \ \ \
| * | | | | MinGW: update tests to handle a native eol of crlfBrice Lambson2014-09-02
* | | | | | Merge branch 'jc/not-mingw-cygwin'Junio C Hamano2014-09-09
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-21
| |/ / / /
* | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | trace: disable additional trace output for unit testsKarsten Blees2014-07-13
* | | | | Merge branch 'jc/test-lazy-prereq' (early part)Junio C Hamano2014-06-20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: turn USR_BIN_TIME into a lazy prerequisiteJunio C Hamano2014-06-09
| * | | | test: turn EXPENSIVE into a lazy prerequisiteJunio C Hamano2014-06-09
| | |_|/ | |/| |
* | | | Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-16
|\ \ \ \
| * | | | test-lib: '--run' to run only specific testsIlya Bobyr2014-06-06
| * | | | test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-06
| | |/ / | |/| |
* | | | test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King2014-05-23
|/ / /
* | | Merge branch 'jk/tests-cleanup'Junio C Hamano2014-03-31
|\ \ \
| * | | t/test-lib: drop redundant unset of GIT_CONFIGJeff King2014-03-21
* | | | Merge branch 'us/printf-not-echo'Junio C Hamano2014-03-25
|\ \ \ \ | | |_|/ | |/| |
| * | | test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck2014-03-18
| |/ /
* | | test-lib: allow setting the index format versionThomas Gummerer2014-02-24
|/ /
* | Merge branch 'jk/test-framework-updates'Junio C Hamano2014-01-10
|\ \
| * | t0000: simplify HARNESS_ACTIVE hackJeff King2014-01-02
| |/
* | Merge branch 'jn/scripts-updates'Junio C Hamano2013-12-12
|\ \
| * | remove #!interpreter line from shell librariesJonathan Nieder2013-11-26
| * | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-26
| * | test: make FILEMODE a lazy prereqJonathan Nieder2013-11-26
| |/
* | test-lib.sh: convert $TEST_DIRECTORY to an absolute pathFelipe Contreras2013-11-18
|/
* Merge branch 'js/tests-windows-port-fix'Junio C Hamano2013-11-01
|\
| * Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt2013-10-28