.gitconfig: Add --topo-order to glog alias
authorW. Trevor King <wking@tremily.us>
Mon, 18 Feb 2013 23:28:35 +0000 (18:28 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 21 Feb 2013 11:26:28 +0000 (06:26 -0500)
This makes it easier to mentally separate development in concurrent
feature branches.

src/.gitconfig

index e19e573af96f4d71cd9d529f27aed4474a0094ab..df15747bc9f8f81620a9749a4edcbd818971d26c 100644 (file)
@@ -25,4 +25,4 @@
        xfuncname = "^((pub|uid) .*)"
 
 [alias]
-       glog = log --graph --oneline --decorate
+       glog = log --graph --topo-order --oneline --decorate