* lisp/vc/vc-git.el (vc-git-print-log): Remove --follow;
reverts 2014-01-09 change. Fixes: debbugs:16422
This commit is contained in:
parent
213763c134
commit
85a5f61f29
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2014-01-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc/vc-git.el (vc-git-print-log): Remove --follow;
|
||||
reverts 2014-01-09 change. (Bug#16422)
|
||||
|
||||
* calc/calc-embed.el (thing-at-point-looking-at):
|
||||
* emacs-lisp/map-ynp.el (x-popup-dialog):
|
||||
* obsolete/lmenu.el (x-popup-dialog):
|
||||
|
|
|
|||
|
|
@ -791,7 +791,7 @@ If LIMIT is non-nil, show no more than this many entries."
|
|||
(apply 'vc-git-command buffer
|
||||
'async files
|
||||
(append
|
||||
'("log" "--no-color" "--follow")
|
||||
'("log" "--no-color")
|
||||
(when shortlog
|
||||
`("--graph" "--decorate" "--date=short"
|
||||
,(format "--pretty=tformat:%s"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue