]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: update comment
authorSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:57:57 +0000 (18:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:57:57 +0000 (18:57 +0200)
gitconfig.in

index d1f7f60cf51fa84e35fc2fc20d43a7a13b4f3e1b..1334b7a53677d3618765ad03ddd7c4e005a48669 100644 (file)
 
 [push]
        # When running git push without a refspec push only the current
-       # branch, see man page git-config(1) for details.
+       # branch, see man page git-config(1) for details. Default since Git
+       # 2.0.
        default = simple
 
 [format]