From b901c93835d8451a642aecf90fcc918f943eea03 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 18 Aug 2022 10:33:55 -0700 Subject: [PATCH] Follow renames in git log output --- src/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gitconfig b/src/.gitconfig index e7790a1..480165f 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -56,6 +56,8 @@ [include] # Define system-specific user configs such as GPG signing key path = ~/.user.gitconfig +[log] + follow = true [pager] # Build or install `diff-highlight` to some $PATH present location for # improved diff highlights. Falls back on plain `core.pager` if not present.