# HG changeset patch # User Oleksandr Gavenko # Date 1549123253 -7200 # Node ID 9169f962cc47899e15ef7d0f3543aaa1dbcccaa1 # Parent 2f3b64a7ef08ff4ee08022ce9c8e56347d8fcab7 vc-git-print-log-follow is for v26.1 https://emacs.stackexchange.com/questions/40664/make-vc-log-history-to-follow-file-renames/ diff -r 2f3b64a7ef08 -r 9169f962cc47 .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"