summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2012-03-05Merge branch 'maint'Junio C Hamano
2012-03-02tests: fix spurious error when run directly with Solaris /usr/xpg4/bin/shStefano Lattarini
2012-02-17Introduce a performance testing frameworkThomas Rast
2012-02-17Move the user-facing test library to test-lib-functions.shThomas Rast
2012-02-10Merge branch 'jk/tests-write-script'Junio C Hamano
2012-02-04tests: add write_script helper functionJunio C Hamano
2012-02-01Merge branch 'jc/pull-signed-tag'Junio C Hamano
2012-01-23merge: use editor by default in interactive sessionsJunio C Hamano
2012-01-17test-lib: add the test_pause convenience functionJens Lehmann
2011-12-22Merge branch 'jk/maint-do-not-feed-stdin-to-tests'Junio C Hamano
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-15test-lib: redirect stdin of testsJeff King
2011-12-12test-lib: add test_config_global variantJeff King
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-10-05Merge branch 'tr/mergetool-valgrind'Junio C Hamano
2011-08-30Symlink mergetools scriptlets into valgrind wrappersThomas Rast
2011-08-29Merge branch 'jk/color-and-pager'Junio C Hamano
2011-08-23Merge branch 'rt/zlib-smaller-window'Junio C Hamano
2011-08-18test-lib: add helper functions for configJeff King
2011-08-11test: consolidate definition of $LFJunio C Hamano
2011-08-08test: cope better with use of return for errorsJonathan Nieder
2011-08-08test: simplify return value of test_run_Jonathan Nieder
2011-06-29Merge branch 'maint-1.7.5' into maintJunio C Hamano
2011-06-29test: skip clean-up when running under --immediate modeJunio C Hamano
2011-06-17tests: link shell libraries into valgrind directoryJeff King
2011-05-31Merge branch 'ab/i18n-fixup' into maintJunio C Hamano
2011-05-30Merge branch 'mk/grep-pcre'Junio C Hamano
2011-05-26Merge branch 'jn/userdiff-perl-updates'Junio C Hamano
2011-05-22tests: make test_expect_code quieter on successJonathan Nieder
2011-05-13Merge branch 'jc/fix-diff-files-unmerged' into maintJunio C Hamano
2011-05-09grep: Add basic testsMichał Kiedrowicz
2011-05-06Merge branch 'jc/fix-diff-files-unmerged'Junio C Hamano
2011-05-02Merge branch 'ab/i18n-fixup'Junio C Hamano
2011-04-29t/test-lib.sh: minor readability improvementsMathias Lafeldt
2011-04-24test: use $_z40 from test-libJunio C Hamano
2011-04-13i18n: do not overuse C_LOCALE_OUTPUT (grep)Junio C Hamano
2011-04-12i18n: do not overuse C_LOCALE_OUTPUTJunio C Hamano
2011-03-29Merge branch 'maint'Junio C Hamano
2011-03-29HOME must be set before calling git-init when creating test repositoriesAlex Riesen
2011-03-28tests: fix overeager scrubbing of environment variablesJens Lehmann
2011-03-23Merge branch 'jn/test-sanitize-git-env'Junio C Hamano
2011-03-15tests: scrub environment of GIT_* variablesJonathan Nieder
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder
2011-03-15tests: suppress system gitattributesJonathan Nieder
2011-03-15tests: stop worrying about obsolete environment variablesJonathan Nieder
2011-03-08i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is setJonathan Nieder
2011-03-08i18n: add GETTEXT_POISON to simulate unfriendly translatorÆvar Arnfjörð Bjarmason
2011-01-27Merge branch 'maint'Junio C Hamano
2011-01-27tests: sanitize more git environment variablesJeff King
2011-01-13Merge branch 'rj/test-fixes'Junio C Hamano