mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Minor bug fix.
Fixes: debbugs:8756
This commit is contained in:
parent
a7fecaa0c5
commit
f29778b343
2 changed files with 7 additions and 1 deletions
|
|
@ -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 a new issue