index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
test-lib.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-31
test-lib: Allow overriding of TEST_DIRECTORY
Ævar Arnfjörð Bjarmason
1
-1
/
+7
2010-08-31
test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../
Ævar Arnfjörð Bjarmason
1
-14
/
+15
2010-08-31
test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2010-08-31
test: Introduce $GIT_BUILD_DIR
Thomas Rast
1
-0
/
+1
2010-08-31
tests: make test_might_fail fail on missing commands
Jonathan Nieder
1
-0
/
+3
2010-08-31
tests: make test_might_fail more verbose
Jonathan Nieder
1
-1
/
+6
2010-08-31
tests: make test_must_fail fail on missing commands
Jeff King
1
-0
/
+3
2010-08-31
tests: make test_must_fail more verbose
Jeff King
1
-1
/
+9
2010-08-21
Merge branch 'mm/rebase-i-exec'
Junio C Hamano
1
-0
/
+32
2010-08-18
test-lib: Multi-prereq support only checked the last prereq
Ævar Arnfjörð Bjarmason
1
-3
/
+18
2010-08-18
tests: A SANITY test prereq for testing if we're root
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2010-08-18
test-lib: Print missing prerequisites in test output
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-08-18
test-lib: Add support for multiple test prerequisites
Ævar Arnfjörð Bjarmason
1
-6
/
+14
2010-08-18
test-lib: Don't write test-results when HARNESS_ACTIVE
Ævar Arnfjörð Bjarmason
1
-10
/
+13
2010-08-18
Merge branch 'jn/rebase-rename-am'
Junio C Hamano
1
-0
/
+4
2010-08-11
test-lib: user-friendly alternatives to test [-d|-f|-e]
Matthieu Moy
1
-0
/
+32
2010-08-02
Merge branch 'ab/tap' into maint
Junio C Hamano
1
-4
/
+3
2010-08-02
test-lib: Remove 3 year old no-op --no-python option
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2010-08-02
test-lib: Ignore --quiet under a TAP harness
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2010-07-23
t4150 (am): style fix
Jonathan Nieder
1
-0
/
+4
2010-07-16
Only run aggregate-results over actual counts
Thomas Rast
1
-1
/
+1
2010-07-12
test-lib: TAP compliance for skipping tests on request
Michael J Gruber
1
-2
/
+2
2010-07-12
test-lib: simplify GIT_SKIP_TESTS loop
Michael J Gruber
1
-10
/
+3
2010-06-25
test-lib: output a newline before "ok" under a TAP harness
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2010-06-25
test-lib: Make the test_external_* functions TAP-aware
Ævar Arnfjörð Bjarmason
1
-12
/
+39
2010-06-25
test-lib: Adjust output to be valid TAP format
Ævar Arnfjörð Bjarmason
1
-12
/
+18
2010-06-21
Merge branch 'gv/portable'
Junio C Hamano
1
-1
/
+10
2010-06-11
test-lib: use DIFF definition from GIT-BUILD-OPTIONS
Junio C Hamano
1
-10
/
+10
2010-05-31
fixup: do not unconditionally disable "diff -u"
Junio C Hamano
1
-1
/
+10
2010-05-21
Merge branch 'jn/gitweb-caching-prep'
Junio C Hamano
1
-0
/
+3
2010-05-21
Merge branch 'jn/t7006-fixup'
Junio C Hamano
1
-0
/
+16
2010-05-06
test-lib: some shells do not let $? propagate into an eval
Jonathan Nieder
1
-3
/
+4
2010-05-04
test-lib: Let tests specify commands to be run at end of test
Jonathan Nieder
1
-1
/
+27
2010-05-04
test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.
Michal Sojka
1
-0
/
+12
2010-05-01
Export more test-related variables when running external tests
Jakub Narebski
1
-0
/
+3
2010-04-14
t7006: guard cleanup with test_expect_success
Jonathan Nieder
1
-0
/
+16
2010-03-24
Merge branch 'tr/notes-display'
Junio C Hamano
1
-0
/
+4
2010-03-12
notes: implement helpers needed for note copying during rewrite
Thomas Rast
1
-0
/
+2
2010-03-12
Support showing notes from more than one notes tree
Thomas Rast
1
-0
/
+1
2010-03-12
test-lib: unset GIT_NOTES_REF to stop it from influencing tests
Thomas Rast
1
-0
/
+1
2010-03-07
unset GREP_OPTIONS in test-lib.sh
Bert Wesarg
1
-0
/
+2
2010-01-25
tests: consolidate CR removal/addition functions
Stephen Boyd
1
-0
/
+16
2010-01-24
Merge branch 'jc/fix-tree-walk'
Junio C Hamano
1
-0
/
+6
2010-01-07
Merge branch 'mo/bin-wrappers'
Junio C Hamano
1
-12
/
+21
2010-01-03
tests: move convenience regexp to match object names to test-lib.sh
Junio C Hamano
1
-0
/
+6
2009-12-27
Merge branch 'jk/1.7.0-status'
Junio C Hamano
1
-0
/
+11
2009-12-26
Merge branch 'sr/vcs-helper'
Junio C Hamano
1
-2
/
+12
2009-12-08
t7508-status: test all modes with color
Michael J Gruber
1
-0
/
+11
2009-12-07
tests: handle NO_PYTHON setting
Jeff King
1
-3
/
+3
2009-12-03
run test suite without dashed git-commands in PATH
Matthew Ogilvie
1
-12
/
+21
[prev]
[next]