chiark / gitweb /
dot/gitconfig.in: Follow files in `git log' automatically.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 24 Jan 2018 11:23:42 +0000 (11:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 24 Jan 2018 11:24:25 +0000 (11:24 +0000)
Why wouldn't you want this?

dot/gitconfig.in

index 4c0fa8abd8f3a6f9112698954230ed8d83fa8379..2bbe46482054ca90bd6f2756ae1f07dc1bb85dad 100644 (file)
@@ -34,6 +34,7 @@
 [log]
        date = rfc
        decorate = true
+       follow = true
        mailmap = true
 
 [rebase]