projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b87030
)
vc-git-print-log: pass "--follow" to "log" to handle renamed files
author
Sam Steingold
<sds@gnu.org>
Tue, 15 Nov 2016 00:08:54 +0000
(19:08 -0500)
committer
Sam Steingold
<sds@gnu.org>
Tue, 15 Nov 2016 00:13:44 +0000
(19:13 -0500)
lisp/vc/vc-git.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-git.el
b/lisp/vc/vc-git.el
index 43a831f159ff25afbc01317500a50a2da29601b9..6d451be268810d93cbabc33f32b8d6dea096c8cc 100644
(file)
--- a/
lisp/vc/vc-git.el
+++ b/
lisp/vc/vc-git.el
@@
-905,7
+905,7
@@
If LIMIT is non-nil, show no more than this many entries."
(apply 'vc-git-command buffer
'async files
(append
- '("log" "--no-color")
+ '("log" "--no-color"
"--follow"
)
(when shortlog
`("--graph" "--decorate" "--date=short"
,(format "--pretty=tformat:%s"