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
/
t0000-basic.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-16
t0000: avoid masking git exit value through pipes
Carlo Marcelo Arenas Belón
1
-11
/
+12
2021-07-20
t0000: fix test if run with TEST_OUTPUT_DIRECTORY
Patrick Steinhardt
1
-2
/
+5
2021-07-19
t0000: clear GIT_SKIP_TESTS before running sub-tests
Jeff King
1
-10
/
+29
2021-05-11
test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
Ævar Arnfjörð Bjarmason
1
-4
/
+0
2021-02-10
tests: remove most uses of C_LOCALE_OUTPUT
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-28
t0000: consistently use single quotes for outer tests
Jeff King
1
-190
/
+190
2021-01-28
t0000: run cleaning test inside sub-test
Jeff King
1
-8
/
+17
2021-01-28
t0000: run prereq tests inside sub-test
Jeff King
1
-80
/
+69
2021-01-28
t0000: keep clean-up tests together
Jeff King
1
-11
/
+11
2020-11-25
Merge branch 'sg/tests-prereq'
Junio C Hamano
1
-0
/
+21
2020-11-18
tests: make sure nested lazy prereqs work reliably
SZEDER Gábor
1
-0
/
+21
2020-11-02
Merge branch 'en/test-selector'
Junio C Hamano
1
-22
/
+31
2020-10-18
test-lib: allow selecting tests by substring/glob with --run
Elijah Newren
1
-22
/
+31
2020-10-18
t0000: use test_path_is_file instead of "test -f"
Caleb Tillman
1
-1
/
+1
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
1
-4
/
+11
2020-07-30
t: remove test_oid_init in tests
brian m. carlson
1
-4
/
+0
2020-07-30
t: add test_oid option to select hash algorithm
brian m. carlson
1
-0
/
+11
2020-07-07
test-lib-functions: restrict test_must_fail usage
Denton Liu
1
-0
/
+18
2020-05-08
Merge branch 'cb/t0000-use-the-configured-shell'
Junio C Hamano
1
-5
/
+2
2020-05-07
t/t0000-basic: make sure subtests also use TEST_SHELL_PATH
Carlo Marcelo Arenas Belón
1
-5
/
+2
2020-04-28
t0000: disable GIT_TEST_FAIL_PREREQS in sub-tests
Jeff King
1
-0
/
+1
2020-03-26
tests: do not let lazy prereqs inside `test_expect_*` turn off tracing
Johannes Schindelin
1
-0
/
+13
2020-02-05
Merge branch 'dl/test-must-fail-fixes'
Junio C Hamano
1
-7
/
+7
2019-12-20
t0000: replace test_must_fail with run_sub_test_lib_test_err()
Denton Liu
1
-7
/
+7
2019-12-05
Merge branch 'sg/test-bool-env'
Junio C Hamano
1
-0
/
+34
2019-12-05
Merge branch 'dl/t5520-cleanup'
Junio C Hamano
1
-7
/
+8
2019-11-23
tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values
SZEDER Gábor
1
-0
/
+34
2019-11-21
t0000: test multiple local assignment
Denton Liu
1
-7
/
+8
2019-11-10
Fix spelling errors in comments of testcases
Elijah Newren
1
-1
/
+1
2019-10-15
Merge branch 'dl/t0000-skip-test-test'
Junio C Hamano
1
-0
/
+38
2019-10-09
t0000: cover GIT_SKIP_TESTS blindspots
Denton Liu
1
-0
/
+38
2019-08-22
Merge branch 'sg/show-failed-test-names'
Junio C Hamano
1
-10
/
+10
2019-08-09
Merge branch 'bc/hash-independent-tests-part-4'
Junio C Hamano
1
-8
/
+6
2019-08-08
t0000: reword comments for "local" test
Jeff King
1
-8
/
+6
2019-08-05
tests: show the test name and number at the start of verbose output
SZEDER Gábor
1
-4
/
+4
2019-08-05
t0000-basic: use realistic test script names in the verbose tests
SZEDER Gábor
1
-6
/
+6
2019-06-21
tests: make GIT_TEST_FAIL_PREREQS a boolean
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2019-05-14
tests: add a special setup where prerequisites fail
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2019-03-14
test-lib: introduce 'test_atexit'
Johannes Schindelin
1
-0
/
+18
2018-11-09
i18n: make GETTEXT_POISON a runtime option
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-10-19
Merge branch 'bp/rename-test-env-var'
Junio C Hamano
1
-0
/
+4
2018-10-16
Merge branch 'md/test-cleanup'
Junio C Hamano
1
-1
/
+1
2018-10-07
t/*: fix ordering of expected/observed arguments
Matthew DeVore
1
-1
/
+1
2018-09-28
t0000: do not get self-test disrupted by environment warnings
Junio C Hamano
1
-0
/
+4
2018-09-13
t0000: update tests for SHA-256
brian m. carlson
1
-61
/
+102
2018-09-13
t0000: use hash translation table
brian m. carlson
1
-6
/
+7
2018-09-13
t: add test functions to translate hash-related values
brian m. carlson
1
-0
/
+37
2018-08-27
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
1
-1
/
+1
2018-08-21
tests: use 'test_must_be_empty' instead of '! test -s'
SZEDER Gábor
1
-1
/
+1
2018-07-16
t0000-t0999: fix broken &&-chains
Eric Sunshine
1
-1
/
+1
[next]