]> code.delx.au - gnu-emacs/commitdiff
Minor bug fix.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 9 Jan 2014 16:46:56 +0000 (11:46 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 9 Jan 2014 16:46:56 +0000 (11:46 -0500)
Fixes: debbugs:8756
lisp/ChangeLog
lisp/vc/vc-git.el

index 481c3cbc04a24ad808e842129b38bfacfb7bdd61..fa07f2ded55d7755bb31bf5b5637132a090c8c35 100644 (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
index 06e46eeb663542e5eb1baf6c67e78bac93d55473..6706300a3772adcdb7331c5506558d4ee06f7145 100644 (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"