summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-01-31 22:30:42 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-01-31 22:30:42 -0800
commitaf6b37fab1a97943c804f4983452c7fde5b0fbbe (patch)
tree8ca886b1a5d0d7032bb5393c14ac82fae2dfcfc3 /t/test-lib.sh
parentMerge branch 'ar/i18n-no-gettext' (diff)
parentmerge: use editor by default in interactive sessions (diff)
downloadtgif-af6b37fab1a97943c804f4983452c7fde5b0fbbe.tar.xz
Merge branch 'jc/pull-signed-tag'
* jc/pull-signed-tag: merge: use editor by default in interactive sessions Conflicts: Documentation/merge-options.txt
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 709a30067e..b22bee7c84 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -64,7 +64,8 @@ GIT_AUTHOR_NAME='A U Thor'
GIT_COMMITTER_EMAIL=committer@example.com
GIT_COMMITTER_NAME='C O Mitter'
GIT_MERGE_VERBOSITY=5
-export GIT_MERGE_VERBOSITY
+GIT_MERGE_AUTOEDIT=no
+export GIT_MERGE_VERBOSITY GIT_MERGE_AUTOEDIT
export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME
export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME
export EDITOR