chiark / gitweb /
stgit.el: Include stat summary in patch diff
[stgit] / contrib / stgit.el
index b2ef43c40c491b18cce6cb83a44ebc17f5186aee..a50cffddb86b8286c9cc859043959ce613f5d507 100644 (file)
@@ -720,7 +720,7 @@ (defun stgit-show ()
                ;; just one file
                (stgit-run-git "diff" (concat id "^") id "--"
                               (cdr patched-file)))))
-        (stgit-run "show" patchsym))
+        (stgit-run "show" "-O" "--patch-with-stat" patchsym))
       (with-current-buffer standard-output
        (goto-char (point-min))
        (diff-mode)))))