summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 183d797)
raw | patch | inline | side by side (parent: 183d797)
author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 4 Feb 2007 05:45:47 +0000 (00:45 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 4 Feb 2007 06:04:34 +0000 (22:04 -0800) |
Its really nice to be able to run a test with -v and automatically
see the "debugging" dump from merge-recursive, especially if we
are actually trying to debug merge-recursive.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
see the "debugging" dump from merge-recursive, especially if we
are actually trying to debug merge-recursive.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh | patch | blob | history |
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 8e3ee6cd7b38e07d3fd39904066c8e64f1d3642f..37822fc13df73a8cb53428acc767947bb5844c9e 100755 (executable)
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
unset GIT_OBJECT_DIRECTORY
unset SHA1_FILE_DIRECTORIES
unset SHA1_FILE_DIRECTORY
+GIT_MERGE_VERBOSITY=5
+export GIT_MERGE_VERBOSITY
export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME
export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME
export EDITOR VISUAL