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
2011-05-06
Merge branch 'jc/fix-diff-files-unmerged'
Junio C Hamano
1
-0
/
+3
2011-05-02
Merge branch 'ab/i18n-fixup'
Junio C Hamano
1
-0
/
+26
2011-04-29
t/test-lib.sh: minor readability improvements
Mathias Lafeldt
1
-7
/
+9
2011-04-23
test: use $_z40 from test-lib
Junio C Hamano
1
-0
/
+3
2011-04-13
i18n: do not overuse C_LOCALE_OUTPUT (grep)
Junio C Hamano
1
-0
/
+18
2011-04-12
i18n: do not overuse C_LOCALE_OUTPUT
Junio C Hamano
1
-0
/
+8
2011-03-29
Merge branch 'maint'
Junio C Hamano
1
-3
/
+3
2011-03-29
HOME must be set before calling git-init when creating test repositories
Alex Riesen
1
-3
/
+3
2011-03-28
tests: fix overeager scrubbing of environment variables
Jens Lehmann
1
-1
/
+10
2011-03-22
Merge branch 'jn/test-sanitize-git-env'
Junio C Hamano
1
-27
/
+7
2011-03-15
tests: scrub environment of GIT_* variables
Jonathan Nieder
1
-18
/
+5
2011-03-15
config: drop support for GIT_CONFIG_NOGLOBAL
Jonathan Nieder
1
-2
/
+1
2011-03-15
tests: suppress system gitattributes
Jonathan Nieder
1
-1
/
+2
2011-03-15
tests: stop worrying about obsolete environment variables
Jonathan Nieder
1
-7
/
+0
2011-03-08
i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is set
Jonathan Nieder
1
-1
/
+7
2011-03-08
i18n: add GETTEXT_POISON to simulate unfriendly translator
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2011-01-27
Merge branch 'maint'
Junio C Hamano
1
-0
/
+3
2011-01-27
tests: sanitize more git environment variables
Jeff King
1
-0
/
+3
2011-01-13
Merge branch 'rj/test-fixes'
Junio C Hamano
1
-0
/
+7
2011-01-08
t4135-*.sh: Skip the "backslash" tests on cygwin
Ramsay Jones
1
-1
/
+0
2011-01-08
t6038-*.sh: Pass the -b (--binary) option to sed on cygwin
Ramsay Jones
1
-0
/
+8
2010-12-22
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2010-12-22
test-lib.sh/test_decode_color(): use octal not hex in awk script
Brandon Casey
1
-1
/
+1
2010-11-24
Merge branch 'en/and-cascade-tests'
Junio C Hamano
1
-18
/
+55
2010-11-24
Merge branch 'kb/maint-diff-ws-check' into maint
Junio C Hamano
1
-8
/
+41
2010-11-17
Merge branch 'kb/maint-diff-ws-check'
Junio C Hamano
1
-8
/
+41
2010-11-17
Merge branch 'jk/push-progress'
Junio C Hamano
1
-7
/
+19
2010-11-17
Merge branch 'jk/maint-rev-list-nul'
Junio C Hamano
1
-0
/
+4
2010-11-09
test-lib: introduce test_line_count to measure files
Jonathan Nieder
1
-0
/
+22
2010-10-20
test-lib: extend test_decode_color to handle more color codes
Kevin Ballard
1
-8
/
+41
2010-10-18
test-lib: allow test code to check the list of declared prerequisites
Jonathan Nieder
1
-7
/
+19
2010-10-13
rev-list: handle %x00 NUL in user format
Jeff King
1
-0
/
+4
2010-10-06
Introduce sane_unset and use it to ensure proper && chaining
Elijah Newren
1
-0
/
+11
2010-10-06
test-lib: make test_expect_code a test command
Ævar Arnfjörð Bjarmason
1
-18
/
+22
2010-10-01
Do not strip CR when grepping HTTP headers.
Pat Thoyts
1
-0
/
+1
2010-10-01
Skip t1300.70 and 71 on msysGit.
Pat Thoyts
1
-0
/
+1
2010-09-08
Merge branch 'jk/test-must-fail-missing'
Junio C Hamano
1
-2
/
+21
2010-09-04
Merge branch 'ab/test-2'
Junio C Hamano
1
-36
/
+83
2010-08-31
tests: factor HOME=$(pwd) in test-lib.sh
Matthieu Moy
1
-0
/
+3
2010-08-31
test-lib: use subshell instead of cd $new && .. && cd $old
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2010-08-31
tests: simplify "missing PREREQ" message
Jonathan Nieder
1
-1
/
+7
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
[next]