From f29778b343bc352a550033ab3d3e19e5a3ba677a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 9 Jan 2014 11:46:56 -0500 Subject: [PATCH] Minor bug fix. Fixes: debbugs:8756 --- lisp/ChangeLog | 6 ++++++ lisp/vc/vc-git.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 481c3cbc04a..fa07f2ded55 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +<<<<<<< TREE +2014-01-09 Eric S. Raymond + + * 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 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 06e46eeb663..6706300a377 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -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" -- 2.39.2