From c2e49216e43851cd634da1ac3c6a21a4747eb4e0 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 15 Feb 2011 15:02:56 -0800 Subject: [PATCH] Moving the date in `gl` --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 0d3c437..63657c9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,4 +4,4 @@ [color] ui = true [alias] - lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(blue)%an%C(reset) %s %C(cyan)%cr%C(reset) %C(green)%d%C(reset)' --graph" + lg = "log --pretty=format:'%C(yellow)%h%C(reset) %C(blue)%an%C(reset) %C(cyan)%cr%C(reset) %s %C(green)%d%C(reset)' --graph"