]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: set log.follow
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:44:38 +0000 (14:44 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:44:38 +0000 (14:44 +0200)
gitconfig.in

index b498cc96452c2692cd53abeb262d2084b9c32acd..53dd50c671636edfca307d1dfddf87a65250c307 100644 (file)
 [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