From 0e511e25b8e3ba923fd13a09e844995344ccef26 Mon Sep 17 00:00:00 2001 Message-Id: <0e511e25b8e3ba923fd13a09e844995344ccef26.1716825697.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 24 Jan 2018 11:23:42 +0000 Subject: [PATCH] dot/gitconfig.in: Follow files in `git log' automatically. Organization: Straylight/Edgeware From: Mark Wooding Why wouldn't you want this? --- dot/gitconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 4c0fa8a..2bbe464 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -34,6 +34,7 @@ [log] date = rfc decorate = true + follow = true mailmap = true [rebase] -- [mdw]