]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: set log.follow
[config/dotfiles.git] / 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