chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
stgit.el: Include stat summary in patch diff
[stgit]
/
contrib
/
stgit.el
diff --git
a/contrib/stgit.el
b/contrib/stgit.el
index b2ef43c40c491b18cce6cb83a44ebc17f5186aee..a50cffddb86b8286c9cc859043959ce613f5d507 100644
(file)
--- a/
contrib/stgit.el
+++ b/
contrib/stgit.el
@@
-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)))))