Skip to content

Commit 8d0fc48

Browse files
spearceJunio C Hamano
authored andcommitted
Default GIT_MERGE_VERBOSITY to 5 during tests.
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>
1 parent 183d797 commit 8d0fc48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/test-lib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ unset GIT_INDEX_FILE
3030
unset GIT_OBJECT_DIRECTORY
3131
unset SHA1_FILE_DIRECTORIES
3232
unset SHA1_FILE_DIRECTORY
33+
GIT_MERGE_VERBOSITY=5
34+
export GIT_MERGE_VERBOSITY
3335
export GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME
3436
export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME
3537
export EDITOR VISUAL

0 commit comments

Comments
 (0)