summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2015-03-20t/test-lib: introduce --chain-lint optionJeff King
2015-02-25Merge branch 'jk/sanity'Junio C Hamano
2015-02-15test-lib.sh: set prerequisite SANITY by testing what we really needTorsten Bögershausen
2015-01-16t/lib-httpd: switch SANITY check for NOT_ROOTJeff King
2015-01-07test-lib.sh: do tests for color support after changing HOMERichard Hansen
2015-01-07test-lib: use 'test ...' instead of '[ ... ]'Richard Hansen
2014-12-22Merge branch 'jk/test-asan'Junio C Hamano
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King
2014-12-11t: support clang/gcc AddressSanitizerJeff King
2014-10-13test-lib.sh: support -x option for shell-tracingJeff King
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano
2014-09-19Merge branch 'tb/crlf-tests'Junio C Hamano
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-09-09Merge branch 'jc/not-mingw-cygwin'Junio C Hamano
2014-09-02MinGW: update tests to handle a native eol of crlfBrice Lambson
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano
2014-07-14trace: disable additional trace output for unit testsKarsten Blees
2014-06-20Merge branch 'jc/test-lazy-prereq' (early part)Junio C Hamano
2014-06-16Merge branch 'ib/test-selectively-run'Junio C Hamano
2014-06-09test: turn USR_BIN_TIME into a lazy prerequisiteJunio C Hamano
2014-06-09test: turn EXPENSIVE into a lazy prerequisiteJunio C Hamano
2014-06-06test-lib: '--run' to run only specific testsIlya Bobyr
2014-06-06test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr
2014-05-23test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King
2014-03-31Merge branch 'jk/tests-cleanup'Junio C Hamano
2014-03-25Merge branch 'us/printf-not-echo'Junio C Hamano
2014-03-21t/test-lib: drop redundant unset of GIT_CONFIGJeff King
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck
2014-02-24test-lib: allow setting the index format versionThomas Gummerer
2014-01-10Merge branch 'jk/test-framework-updates'Junio C Hamano
2014-01-02t0000: simplify HARNESS_ACTIVE hackJeff King
2013-12-12Merge branch 'jn/scripts-updates'Junio C Hamano
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder
2013-11-26test: make FILEMODE a lazy prereqJonathan Nieder
2013-11-18test-lib.sh: convert $TEST_DIRECTORY to an absolute pathFelipe Contreras
2013-11-01Merge branch 'js/tests-windows-port-fix'Junio C Hamano
2013-10-30Merge branch 'tr/valgrind-test-fix'Junio C Hamano
2013-10-28Sync with v1.8.4.2Junio C Hamano
2013-10-28test-lib: fix typo in commentTorstein Hegge
2013-10-28Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt
2013-10-22Revert "test-lib: allow prefixing a custom string before "ok N" etc."Thomas Rast
2013-10-22Revert "test-lib: support running tests under valgrind in parallel"Thomas Rast
2013-09-09git_remote_helpers: remove little used Python libraryJohn Keeping
2013-07-25Merge branch 'ml/avoid-using-grep-on-crlf-files'Junio C Hamano