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: Bugfix mode change display
[stgit]
/
contrib
/
stgit.el
diff --git
a/contrib/stgit.el
b/contrib/stgit.el
index bcc7b1d51bc6163e43d3f2df2b78dd4794b412cb..ea03871cd9ef03d5a9e16d706a1863d6b4c837ec 100644
(file)
--- a/
contrib/stgit.el
+++ b/
contrib/stgit.el
@@
-512,9
+512,10
@@
(defun stgit-file-pp (file)
(stgit-file-old-perm file)
(stgit-file-new-perm file)))
(start (point)))
(stgit-file-old-perm file)
(stgit-file-new-perm file)))
(start (point)))
- (insert (format " %-12s%
1
s%s%s\n"
+ (insert (format " %-12s%
s%
s%s%s\n"
(stgit-file-status-code-as-string file)
mode-change
(stgit-file-status-code-as-string file)
mode-change
+ (if (zerop (length mode-change)) "" " ")
name
(propertize (stgit-file-type-change-string
(stgit-file-old-perm file)
name
(propertize (stgit-file-type-change-string
(stgit-file-old-perm file)