Don't wash the --stat output.

This commit is contained in:
Marius Vollmer 2008-08-06 03:22:01 +03:00
parent 7199553a75
commit 86157f2586

View file

@ -264,7 +264,7 @@
(magit-insert-output "Staged changes:" 'magit-wash-diff
"git" "diff" "--cached")
(if remote
(magit-insert-output "Unpushed changes:" 'magit-wash-diff
(magit-insert-output "Unpushed changes:" 'nil
"git" "diff" "--stat"
(format "%s/%s..HEAD" remote branch))))))))