summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2012-07-27test-lib: provide UTF8 behaviour as a prerequisiteMichael J Gruber
2012-07-27test-lib: provide case insensitivity as a prerequisiteMichael J Gruber
2012-07-27test: allow prerequisite to be evaluated lazilyJunio C Hamano
2012-07-25Merge branch 'jc/test-lib-source-build-options-early'Junio C Hamano
2012-07-25Merge branch 'mm/config-xdg'Junio C Hamano
2012-07-24test-lib.sh: unset XDG_CONFIG_HOMEJeff King
2012-06-25test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlierJunio C Hamano
2012-06-25t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano
2012-05-02Merge branch 'zj/mksh-columns-breakage'Junio C Hamano
2012-04-27test-lib: skip test with COLUMNS=1 under mkshZbigniew Jędrzejewski-Szmek
2012-03-27tests: unset COLUMNS inherited from environmentZbigniew Jędrzejewski-Szmek
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