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
2021-10-07
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests-more
Junio C Hamano
1
-0
/
+21
2021-09-23
Merge branch 'ab/unused-script-helpers'
Junio C Hamano
1
-4
/
+2
2021-09-23
tests: add a test mode for SANITIZE=leak, run it in CI
Ævar Arnfjörð Bjarmason
1
-0
/
+20
2021-09-23
Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-15
Merge branch 'pb/test-use-user-env'
Junio C Hamano
1
-2
/
+4
2021-09-12
test-lib: remove unused $_x40 and $_z40 variables
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2021-09-07
test-lib-functions: optionally keep HOME, TERM and SHELL in 'test_pause'
Philippe Blain
1
-2
/
+4
2021-08-30
test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repository
SZEDER Gábor
1
-1
/
+2
2021-08-06
Merge branch 'fc/disable-checkwinsize'
Junio C Hamano
1
-0
/
+6
2021-08-06
test: fix for COLUMNS and bash 5
Felipe Contreras
1
-0
/
+6
2021-08-04
Merge branch 'tb/mingw-rmdir-symlink-to-directory'
Junio C Hamano
1
-0
/
+6
2021-08-02
mingw: align symlinks-related rmdir() behavior with Linux
Thomas Bétous
1
-0
/
+6
2021-07-20
t0000: fix test if run with TEST_OUTPUT_DIRECTORY
Patrick Steinhardt
1
-0
/
+9
2021-07-13
Merge branch 'hn/prep-tests-for-reftable'
Junio C Hamano
1
-0
/
+2
2021-07-08
Merge branch 'ab/fix-columns-to-80-during-tests'
Junio C Hamano
1
-2
/
+3
2021-07-01
test-lib: avoid accidental globbing in match_pattern_list()
Jeff King
1
-12
/
+22
2021-06-29
test-lib.sh: set COLUMNS=80 for --verbose repeatability
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-06-14
Merge branch 'ab/test-lib-updates'
Junio C Hamano
1
-15
/
+25
2021-06-02
test-lib: provide test prereq REFFILES
Han-Wen Nienhuys
1
-0
/
+2
2021-05-20
Merge branch 'jk/test-chainlint-softer'
Junio C Hamano
1
-2
/
+5
2021-05-13
t: avoid sed-based chain-linting in some expensive cases
Jeff King
1
-2
/
+5
2021-05-11
test-lib: split up and deprecate test_create_repo()
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-05-11
test-lib: do not show advice about init.defaultBranch under --verbose
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2021-05-11
test-lib: bring $remove_trash out of retirement
Ævar Arnfjörð Bjarmason
1
-14
/
+18
2021-05-07
Merge branch 'ad/cygwin-no-backslashes-in-paths'
Junio C Hamano
1
-0
/
+2
2021-04-30
cygwin: disallow backslashes in file names
Adam Dinwoodie
1
-0
/
+2
2021-04-16
Merge branch 'en/ort-readiness'
Junio C Hamano
1
-0
/
+2
2021-03-20
Add testing with merge-ort merge strategy
Elijah Newren
1
-0
/
+2
2021-02-25
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
1
-5
/
+0
2021-02-22
Merge branch 'ab/test-lib'
Junio C Hamano
1
-30
/
+0
2021-02-10
tests: remove last uses of C_LOCALE_OUTPUT
Ævar Arnfjörð Bjarmason
1
-5
/
+0
2021-02-10
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
1
-19
/
+4
2021-02-10
Merge branch 'ab/retire-pcre1'
Junio C Hamano
1
-2
/
+1
2021-02-10
test-lib: remove check_var_migration
Ævar Arnfjörð Bjarmason
1
-30
/
+0
2021-01-26
test-lib: prevent '--stress-jobs=X' from being ignored
SZEDER Gábor
1
-4
/
+4
2021-01-23
Remove support for v1 of the PCRE library
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-01-21
tests: remove support for GIT_TEST_GETTEXT_POISON
Ævar Arnfjörð Bjarmason
1
-19
/
+4
2021-01-15
Merge branch 'ds/maintenance-part-4'
Junio C Hamano
1
-3
/
+4
2020-12-16
tests: drop the `PREPARE_FOR_MAIN_BRANCH` prereq
Johannes Schindelin
1
-8
/
+0
2020-11-24
maintenance: extract platform-specific scheduling
Derrick Stolee
1
-3
/
+4
2020-11-18
Merge branch 'ds/maintenance-part-3'
Junio C Hamano
1
-0
/
+7
2020-11-09
Merge branch 'jk/perl-warning'
Junio C Hamano
1
-0
/
+6
2020-11-02
Merge branch 'js/default-branch-name-part-4-minus-1'
Junio C Hamano
1
-0
/
+7
2020-10-23
tests: start moving to a different default main branch name
Johannes Schindelin
1
-0
/
+7
2020-10-21
perl: check for perl warnings while running tests
Jeff King
1
-0
/
+6
2020-10-18
test-lib: reduce verbosity of skipped tests
Elijah Newren
1
-1
/
+0
2020-10-18
test-lib: allow selecting tests by substring/glob with --run
Elijah Newren
1
-8
/
+12
2020-09-25
maintenance: add start/stop subcommands
Derrick Stolee
1
-0
/
+6
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
1
-1
/
+8
2020-07-30
Merge branch 'jk/tests-timestamp-fix' into master
Junio C Hamano
1
-0
/
+3
[next]