]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: display decoration in logs
authorSimon Ruderich <simon@ruderich.org>
Fri, 19 Sep 2014 09:45:46 +0000 (11:45 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 19 Sep 2014 09:45:46 +0000 (11:45 +0200)
gitconfig.in

index 6d84c262848035cd2f3a0ba64fc478a7b3d525ec..b6292ad21d6ef7182892238d57d5287774482f1c 100644 (file)
 [diff "sqlite"]
        textconv = sh -c 'exec sqlite3 "$@" .dump' -
 
+[log]
+       # Display branches/tag names in log (same as log's --decorate option).
+       decorate = short
+
 [merge]
        tool = vimdiff