From ec25198061f9a6e1e9b57007a359201258112abe Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 12 Jul 2016 14:44:38 +0200 Subject: [PATCH] gitconfig: set log.follow --- gitconfig.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig.in b/gitconfig.in index b498cc9..53dd50c 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -195,6 +195,8 @@ [log] # Display branches/tag names in log (same as log's --decorate option). decorate = short + # If a single file is given to `git log`, automatically use --follow. + follow = yes [merge] tool = vimdiff -- 2.43.2