summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-do-not-feed-stdin-to-tests'Junio C Hamano2011-12-221-1/+2
|\
| * test-lib: redirect stdin of testsjk/maint-do-not-feed-stdin-to-testsJeff King2011-12-151-1/+2
* | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+3
|\ \
| * | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+3
* | | test-lib: add test_config_global variantJeff King2011-12-111-0/+5
|/ /
* | Merge branch 'tr/mergetool-valgrind'Junio C Hamano2011-10-051-0/+2
|\ \ | |/ |/|
| * Symlink mergetools scriptlets into valgrind wrappersThomas Rast2011-08-301-0/+2
* | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-0/+18
|\ \ | |/ |/|
| * test-lib: add helper functions for configJeff King2011-08-181-0/+18
* | Merge branch 'rt/zlib-smaller-window'Junio C Hamano2011-08-231-0/+4
|\ \
| * | test: consolidate definition of $LFJunio C Hamano2011-08-111-0/+4
| |/
* | test: cope better with use of return for errorsJonathan Nieder2011-08-081-2/+8
* | test: simplify return value of test_run_Jonathan Nieder2011-08-081-5/+3
|/
* Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-291-2/+10
|\
| * test: skip clean-up when running under --immediate modeJunio C Hamano2011-06-291-2/+10
| * Merge branch 'ab/i18n-fixup' into maintJunio C Hamano2011-05-311-0/+26
| |\
* | | tests: link shell libraries into valgrind directoryJeff King2011-06-171-2/+7
* | | Merge branch 'mk/grep-pcre'Junio C Hamano2011-05-301-0/+1
|\ \ \
| * | | grep: Add basic testsMichał Kiedrowicz2011-05-091-0/+1
* | | | Merge branch 'jn/userdiff-perl-updates'Junio C Hamano2011-05-261-4/+3
|\ \ \ \
| * | | | tests: make test_expect_code quieter on successJonathan Nieder2011-05-211-4/+3
| | |/ / | |/| |
| * | | Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano2011-05-131-0/+3
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano2011-05-061-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | test: use $_z40 from test-libJunio C Hamano2011-04-231-0/+3
* | | | Merge branch 'ab/i18n-fixup'Junio C Hamano2011-05-021-0/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | i18n: do not overuse C_LOCALE_OUTPUT (grep)Junio C Hamano2011-04-131-0/+18
| * | | i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano2011-04-121-0/+8
| | |/ | |/|
* | | t/test-lib.sh: minor readability improvementsMathias Lafeldt2011-04-291-7/+9
|/ /
* | Merge branch 'maint'Junio C Hamano2011-03-291-3/+3
|\ \
| * | HOME must be set before calling git-init when creating test repositoriesAlex Riesen2011-03-291-3/+3
* | | tests: fix overeager scrubbing of environment variablesJens Lehmann2011-03-281-1/+10
* | | Merge branch 'jn/test-sanitize-git-env'Junio C Hamano2011-03-221-27/+7
|\ \ \
| * | | tests: scrub environment of GIT_* variablesJonathan Nieder2011-03-151-18/+5
| * | | config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder2011-03-151-2/+1
| * | | tests: suppress system gitattributesJonathan Nieder2011-03-151-1/+2
| * | | tests: stop worrying about obsolete environment variablesJonathan Nieder2011-03-151-7/+0
| |/ /
* | | i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is setJonathan Nieder2011-03-081-1/+7
* | | i18n: add GETTEXT_POISON to simulate unfriendly translatorÆvar Arnfjörð Bjarmason2011-03-081-0/+3
|/ /
* | Merge branch 'maint'Junio C Hamano2011-01-271-0/+3
|\ \
| * | tests: sanitize more git environment variablesJeff King2011-01-271-0/+3
* | | Merge branch 'rj/test-fixes'Junio C Hamano2011-01-131-0/+7
|\ \ \
| * | | t4135-*.sh: Skip the "backslash" tests on cygwinRamsay Jones2011-01-081-1/+0
| * | | t6038-*.sh: Pass the -b (--binary) option to sed on cygwinRamsay Jones2011-01-081-0/+8
* | | | Merge branch 'maint'Junio C Hamano2010-12-221-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | test-lib.sh/test_decode_color(): use octal not hex in awk scriptBrandon Casey2010-12-221-1/+1
| * | Merge branch 'kb/maint-diff-ws-check' into maintJunio C Hamano2010-11-241-8/+41
| |\ \
* | \ \ Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-241-18/+55
|\ \ \ \
| * | | | test-lib: introduce test_line_count to measure filesJonathan Nieder2010-11-091-0/+22
| * | | | Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-061-0/+11
| * | | | test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason2010-10-061-18/+22
| | |_|/ | |/| |