summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ | |/| |
* | | | Merge branch 'kb/maint-diff-ws-check'Junio C Hamano2010-11-171-8/+41
|\ \ \ \ | | |_|/ | |/| |
| * | | test-lib: extend test_decode_color to handle more color codesKevin Ballard2010-10-201-8/+41
| |/ /
* | | Merge branch 'jk/push-progress'Junio C Hamano2010-11-171-7/+19
|\ \ \
| * | | test-lib: allow test code to check the list of declared prerequisitesJonathan Nieder2010-10-181-7/+19
* | | | Merge branch 'jk/maint-rev-list-nul'Junio C Hamano2010-11-171-0/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | rev-list: handle %x00 NUL in user formatJeff King2010-10-131-0/+4
| |/
* | Do not strip CR when grepping HTTP headers.Pat Thoyts2010-10-011-0/+1
* | Skip t1300.70 and 71 on msysGit.Pat Thoyts2010-10-011-0/+1
|/
* Merge branch 'jk/test-must-fail-missing'Junio C Hamano2010-09-081-2/+21
|\
| * tests: make test_might_fail fail on missing commandsJonathan Nieder2010-08-311-0/+3
| * tests: make test_might_fail more verboseJonathan Nieder2010-08-311-1/+6
| * tests: make test_must_fail fail on missing commandsJeff King2010-08-311-0/+3
| * tests: make test_must_fail more verboseJeff King2010-08-311-1/+9
* | Merge branch 'ab/test-2'Junio C Hamano2010-09-041-36/+83
|\ \ | |/ |/|
| * tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy2010-08-311-0/+3
| * test-lib: use subshell instead of cd $new && .. && cd $oldÆvar Arnfjörð Bjarmason2010-08-311-6/+6
| * tests: simplify "missing PREREQ" messageJonathan Nieder2010-08-311-1/+7