From 85a5f61f29516b4e3fa132976e8ea07f76d11cf1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 21 Jan 2014 21:01:40 -0500 Subject: [PATCH] * lisp/vc/vc-git.el (vc-git-print-log): Remove --follow; reverts 2014-01-09 change. Fixes: debbugs:16422 --- lisp/ChangeLog | 3 +++ lisp/vc/vc-git.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b87d79bb573..4db7671a10b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2014-01-22 Glenn Morris + * vc/vc-git.el (vc-git-print-log): Remove --follow; + reverts 2014-01-09 change. (Bug#16422) + * calc/calc-embed.el (thing-at-point-looking-at): * emacs-lisp/map-ynp.el (x-popup-dialog): * obsolete/lmenu.el (x-popup-dialog): diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 6706300a377..06e46eeb663 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" "--follow") + '("log" "--no-color") (when shortlog `("--graph" "--decorate" "--date=short" ,(format "--pretty=tformat:%s" -- 2.39.2