From 3889624e5e17e36fa6beab63da2716de8359fd25 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 18 Feb 2013 18:28:35 -0500 Subject: [PATCH] .gitconfig: Add --topo-order to glog alias This makes it easier to mentally separate development in concurrent feature branches. --- src/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2