vc-git-print-log: pass "--follow" to "log" to handle renamed files
This commit is contained in:
parent
4b87030972
commit
39f0543ca1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue