vc-git-print-log-follow is for v26.1
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Feb 2019 18:00:53 +0200
changeset 1576 9169f962cc47
parent 1575 2f3b64a7ef08
child 1577 ffabe41afc28
vc-git-print-log-follow is for v26.1 https://emacs.stackexchange.com/questions/40664/make-vc-log-history-to-follow-file-renames/
.emacs-my
--- a/.emacs-my	Sun Dec 30 12:07:00 2018 +0200
+++ b/.emacs-my	Sat Feb 02 18:00:53 2019 +0200
@@ -2573,6 +2573,8 @@
 (setq vc-hg-diff-switches (list "-U" "7"))
 (setq vc-git-diff-switches (list "-U7"))
 
+(setq vc-git-print-log-follow t)
+
 (when window-system
   (setq
    vc-annotate-very-old-color "#0b5b20"