提交 5e7c91d6 编写于 作者: T Timo Hirvonen 提交者: Junio C Hamano

git-merge: Don't use -p when outputting summary

-p is not needed and we only want diffstat and summary.
Signed-off-by: NTimo Hirvonen <tihirvon@gmail.com>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 cda8ab59
...@@ -55,7 +55,7 @@ finish () { ...@@ -55,7 +55,7 @@ finish () {
case "$no_summary" in case "$no_summary" in
'') '')
git-diff-tree -p --stat --summary -M "$head" "$1" git-diff-tree --stat --summary -M "$head" "$1"
;; ;;
esac esac
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册