Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | Merge branch 'ab/enable-i18n' | Junio C Hamano | 1 | -0/+3 |
2011-12-11 | test-lib: add test_config_global variant | Jeff King | 1 | -0/+5 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2011-10-05 | Merge branch 'tr/mergetool-valgrind' | Junio C Hamano | 1 | -0/+2 |
2011-08-30 | Symlink mergetools scriptlets into valgrind wrappers | Thomas Rast | 1 | -0/+2 |
2011-08-28 | Merge branch 'jk/color-and-pager' | Junio C Hamano | 1 | -0/+18 |
2011-08-23 | Merge branch 'rt/zlib-smaller-window' | Junio C Hamano | 1 | -0/+4 |
2011-08-18 | test-lib: add helper functions for config | Jeff King | 1 | -0/+18 |
2011-08-11 | test: consolidate definition of $LF | Junio C Hamano | 1 | -0/+4 |
2011-08-08 | test: cope better with use of return for errors | Jonathan Nieder | 1 | -2/+8 |
2011-08-08 | test: simplify return value of test_run_ | Jonathan Nieder | 1 | -5/+3 |
2011-06-29 | Merge branch 'maint-1.7.5' into maint | Junio C Hamano | 1 | -2/+10 |
2011-06-29 | test: skip clean-up when running under --immediate mode | Junio C Hamano | 1 | -2/+10 |
2011-06-17 | tests: link shell libraries into valgrind directory | Jeff King | 1 | -2/+7 |
2011-05-31 | Merge branch 'ab/i18n-fixup' into maint | Junio C Hamano | 1 | -0/+26 |
2011-05-30 | Merge branch 'mk/grep-pcre' | Junio C Hamano | 1 | -0/+1 |
2011-05-26 | Merge branch 'jn/userdiff-perl-updates' | Junio C Hamano | 1 | -4/+3 |
2011-05-21 | tests: make test_expect_code quieter on success | Jonathan Nieder | 1 | -4/+3 |
2011-05-13 | Merge branch 'jc/fix-diff-files-unmerged' into maint | Junio C Hamano | 1 | -0/+3 |
2011-05-09 | grep: Add basic tests | Michał Kiedrowicz | 1 | -0/+1 |
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 |