From: Simon Ruderich Date: Tue, 12 Jul 2016 12:44:38 +0000 (+0200) Subject: gitconfig: set log.follow X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ec25198061f9a6e1e9b57007a359201258112abe;p=config%2Fdotfiles.git gitconfig: set log.follow --- 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