From 86157f2586608831ca42e6d147c321eb8a118675 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 6 Aug 2008 03:22:01 +0300 Subject: [PATCH] Don't wash the --stat output. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 3c179646..ca41d90a 100644 --- a/magit.el +++ b/magit.el @@ -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))))))))