mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
Minor bug fix.
Fixes: debbugs:8756
This commit is contained in:
parent
a7fecaa0c5
commit
f29778b343
@ -1,3 +1,9 @@
|
||||
<<<<<<< TREE
|
||||
2014-01-09 Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
* vc/vc-git.el (vc-git-print-log): Add --follow option to command,
|
||||
following renames and addressing Debian bug 8756.
|
||||
|
||||
2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* simple.el (deactivate-mark, activate-mark): Force-mode-line-update
|
||||
|
@ -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")
|
||||
'("log" "--no-color" "--follow")
|
||||
(when shortlog
|
||||
`("--graph" "--decorate" "--date=short"
|
||||
,(format "--pretty=tformat:%s"
|
||||
|
Loading…
Reference in New Issue
Block a user