summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-18 19:59:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-18 19:59:34 (GMT)
commitb12aecda2cbdc7264ce969e28a351a78ea3cb77f (patch)
treed22055b405e10fccfd7a25448ae65de9e2e4cb7c /t
parent73f4c9a104ada33a06d38767404a04bbd4f86672 (diff)
parent0078a7fa05b3d671739aefba5265da809ea32e55 (diff)
downloadgit-b12aecda2cbdc7264ce969e28a351a78ea3cb77f.zip
git-b12aecda2cbdc7264ce969e28a351a78ea3cb77f.tar.gz
git-b12aecda2cbdc7264ce969e28a351a78ea3cb77f.tar.bz2
Merge branch 'bp/mediawiki-preview'
Add a command to allow previewing the contents locally before pushing it out, when working with a MediaWiki remote. I personally do not think this belongs to Git. If you are working on a set of AsciiDoc source files, you sure do want to locally format to preview what you will be pushing out, and if you are working on a set of C or Java source files, you do want to test it before pushing it out, too. That kind of thing belongs to your build script, not to your SCM. But I'll let it pass, as this is only a contrib/ thing. * bp/mediawiki-preview: git-remote-mediawiki: add preview subcommand into git mw git-remote-mediawiki: add git-mw command git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Mediawiki git-remote-mediawiki: update tests to run with the new bin-wrapper git-remote-mediawiki: add a git bin-wrapper for developement wrap-for-bin: make bin-wrappers chainable git-remote-mediawiki: introduction of Git::Mediawiki.pm
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 2d63307..b4902831 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -92,6 +92,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
print join("\n", @vars);
')
unset XDG_CONFIG_HOME
+unset GITPERLLIB
GIT_AUTHOR_EMAIL=author@example.com
GIT_AUTHOR_NAME='A U Thor'
GIT_COMMITTER_EMAIL=committer@example.com