mirror of
https://github.com/git/git.git
synced 2026-06-09 15:37:49 +02:00
git-merge: Don't use -p when outputting summary
-p is not needed and we only want diffstat and summary. Signed-off-by: Timo Hirvonen <tihirvon@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
cda8ab59bb
commit
5e7c91d6f7
+1
-1
@@ -55,7 +55,7 @@ finish () {
|
||||
|
||||
case "$no_summary" in
|
||||
'')
|
||||
git-diff-tree -p --stat --summary -M "$head" "$1"
|
||||
git-diff-tree --stat --summary -M "$head" "$1"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user