Don't wash the --stat output.
This commit is contained in:
parent
7199553a75
commit
86157f2586
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -264,7 +264,7 @@
|
||||||
(magit-insert-output "Staged changes:" 'magit-wash-diff
|
(magit-insert-output "Staged changes:" 'magit-wash-diff
|
||||||
"git" "diff" "--cached")
|
"git" "diff" "--cached")
|
||||||
(if remote
|
(if remote
|
||||||
(magit-insert-output "Unpushed changes:" 'magit-wash-diff
|
(magit-insert-output "Unpushed changes:" 'nil
|
||||||
"git" "diff" "--stat"
|
"git" "diff" "--stat"
|
||||||
(format "%s/%s..HEAD" remote branch))))))))
|
(format "%s/%s..HEAD" remote branch))))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue