summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
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
2013-07-18test-lib.sh - define and use GREP_STRIPS_CRMark Levedahl
2013-07-18Merge branch 'bp/mediawiki-preview'Junio C Hamano
2013-07-12Merge branch 'ml/cygwin-does-not-have-fifo'Junio C Hamano
2013-07-08wrap-for-bin: make bin-wrappers chainableBenoit Person
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano
2013-07-05test-lib.sh - cygwin does not have usable FIFOsMark Levedahl
2013-06-23test-lib: support running tests under valgrind in parallelThomas Rast
2013-06-23test-lib: allow prefixing a custom string before "ok N" etc.Thomas Rast
2013-06-23test-lib: valgrind for only tests matching a patternThomas Rast
2013-06-23test-lib: verbose mode for only tests matching a patternThomas Rast
2013-06-23test-lib: self-test that --verbose worksThomas Rast
2013-06-18test-lib: rearrange start/end of test_expect_* and test_skipThomas Rast
2013-06-18test-lib: refactor $GIT_SKIP_TESTS matchingThomas Rast