From 8ec2cd351957cd95c7ee6e866da9a828b15d4b73 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 16 Feb 2014 23:06:43 +0400 Subject: [PATCH] Removed excessive parentheses --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 754cbd9..335be8e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,7 +10,7 @@ st = status [pretty] - beautiful = format:%C(blue)%h%Creset (%ar - %C(green)%aN <%aE>%C(reset))%n%B%n + beautiful = format:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n [core] pager = less -FRSXgimq -- 2.39.2