.gitconfig: Add a `glog` alias (log --graph --oneline --decorate)
authorW. Trevor King <wking@tremily.us>
Sat, 16 Feb 2013 19:41:23 +0000 (14:41 -0500)
committerW. Trevor King <wking@tremily.us>
Sat, 16 Feb 2013 19:41:23 +0000 (14:41 -0500)
I use this a bunch, so save some typing with an alias.  The output is
especially pretty now that it's automatically colored (thanks,
color.ui!).

src/.gitconfig

index f78b3ea84be48d05a60ff53cc499c34e5315c898..e19e573af96f4d71cd9d529f27aed4474a0094ab 100644 (file)
@@ -23,3 +23,6 @@
 [diff "gpg"]
        textconv = gpg -v
        xfuncname = "^((pub|uid) .*)"
+
+[alias]
+       glog = log --graph --oneline --decorate