aboutsummaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Sync with v2.1.4Junio C Hamano1-1/+5
2014-12-17Sync with v2.0.5Junio C Hamano1-1/+5
2014-12-17Sync with v1.9.5Junio C Hamano1-1/+5
2014-12-17Sync with v1.8.5.6Junio C Hamano1-1/+5
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King1-1/+5
2014-10-13test-lib.sh: support -x option for shell-tracingJeff King1-4/+38
2014-10-08Merge branch 'jc/push-cert'Junio C Hamano1-1/+2
2014-09-19Merge branch 'tb/crlf-tests'Junio C Hamano1-0/+1
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano1-1/+2
2014-09-09Merge branch 'jc/not-mingw-cygwin'Junio C Hamano1-4/+0
2014-09-02MinGW: update tests to handle a native eol of crlfBrice Lambson1-0/+1
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano1-0/+4
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano1-4/+0
2014-07-13trace: disable additional trace output for unit testsKarsten Blees1-0/+4
2014-06-20Merge branch 'jc/test-lazy-prereq' (early part)Junio C Hamano1-0/+8
2014-06-16Merge branch 'ib/test-selectively-run'Junio C Hamano1-4/+115
2014-06-09test: turn USR_BIN_TIME into a lazy prerequisiteJunio C Hamano1-0/+4
2014-06-09test: turn EXPENSIVE into a lazy prerequisiteJunio C Hamano1-0/+4
2014-06-06test-lib: '--run' to run only specific testsIlya Bobyr1-0/+108
2014-06-06test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr1-5/+8
2014-05-23test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King1-0/+1
2014-03-31Merge branch 'jk/tests-cleanup'Junio C Hamano1-1/+0
2014-03-25Merge branch 'us/printf-not-echo'Junio C Hamano1-2/+2
2014-03-21t/test-lib: drop redundant unset of GIT_CONFIGJeff King1-1/+0
2014-03-18test-lib.sh: do not "echo" caller-supplied stringsUwe Storbeck1-2/+2
2014-02-24test-lib: allow setting the index format versionThomas Gummerer1-0/+6
2014-01-10Merge branch 'jk/test-framework-updates'Junio C Hamano1-2/+0
2014-01-02t0000: simplify HARNESS_ACTIVE hackJeff King1-2/+0
2013-12-12Merge branch 'jn/scripts-updates'Junio C Hamano1-5/+7
2013-11-26remove #!interpreter line from shell librariesJonathan Nieder1-4/+2
2013-11-26test: replace shebangs with descriptions in shell librariesJonathan Nieder1-1/+1
2013-11-26test: make FILEMODE a lazy prereqJonathan Nieder1-0/+4
2013-11-18test-lib.sh: convert $TEST_DIRECTORY to an absolute pathFelipe Contreras1-0/+4
2013-11-01Merge branch 'js/tests-windows-port-fix'Junio C Hamano1-0/+1
2013-10-30Merge branch 'tr/valgrind-test-fix'Junio C Hamano1-99/+34
2013-10-28Sync with v1.8.4.2Junio C Hamano1-1/+1
2013-10-28test-lib: fix typo in commentTorstein Hegge1-1/+1
2013-10-28Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt1-0/+1
2013-10-22Revert "test-lib: allow prefixing a custom string before "ok N" etc."Thomas Rast1-15/+12
2013-10-22Revert "test-lib: support running tests under valgrind in parallel"Thomas Rast1-84/+22
2013-09-09git_remote_helpers: remove little used Python libraryJohn Keeping1-9/+0
2013-07-24Merge branch 'ml/avoid-using-grep-on-crlf-files'Junio C Hamano1-0/+2
2013-07-18test-lib.sh - define and use GREP_STRIPS_CRMark Levedahl1-0/+2
2013-07-18Merge branch 'bp/mediawiki-preview'Junio C Hamano1-0/+1
2013-07-12Merge branch 'ml/cygwin-does-not-have-fifo'Junio C Hamano1-1/+8
2013-07-08wrap-for-bin: make bin-wrappers chainableBenoit Person1-0/+1
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano1-49/+197
2013-07-05test-lib.sh - cygwin does not have usable FIFOsMark Levedahl1-1/+8
2013-06-23test-lib: support running tests under valgrind in parallelThomas Rast1-22/+84
2013-06-23test-lib: allow prefixing a custom string before "ok N" etc.Thomas Rast1-12/+15