chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1b001
)
stgit.el: Include stat summary in patch diff
author
Gustav Hållberg
<gustav@virtutech.com>
Mon, 12 Jan 2009 20:20:13 +0000
(21:20 +0100)
committer
Karl Hasselström
<kha@treskal.com>
Thu, 22 Jan 2009 22:57:38 +0000
(23:57 +0100)
Run 'stg show' with '-O --patch-with-stat' flags.
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
Signed-off-by: Karl Hasselström <kha@treskal.com>
contrib/stgit.el
patch
|
blob
|
blame
|
history
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)))))