From: Oleg Broytman Date: Sun, 16 Feb 2014 19:06:43 +0000 (+0400) Subject: Removed excessive parentheses X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=8ec2cd351957cd95c7ee6e866da9a828b15d4b73 Removed excessive parentheses --- 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