From: W. Trevor King Date: Mon, 18 Feb 2013 23:28:35 +0000 (-0500) Subject: .gitconfig: Add --topo-order to glog alias X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3889624e5e17e36fa6beab63da2716de8359fd25;p=dotfiles-public.git .gitconfig: Add --topo-order to glog alias This makes it easier to mentally separate development in concurrent feature branches. --- diff --git a/src/.gitconfig b/src/.gitconfig index e19e573..df15747 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -25,4 +25,4 @@ xfuncname = "^((pub|uid) .*)" [alias] - glog = log --graph --oneline --decorate + glog = log --graph --topo-order --oneline --decorate