1
0
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:
Eric S. Raymond 2014-01-09 11:46:56 -05:00
parent a7fecaa0c5
commit f29778b343
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"