From: Oleg Broytman Date: Sat, 28 Mar 2015 13:38:06 +0000 (+0300) Subject: .gitconfig: remove "beautiful" log format and aliases X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=e563dd609f715889e568acab6fd2794187a1ee83 .gitconfig: remove "beautiful" log format and aliases --- diff --git a/.gitconfig b/.gitconfig index a26c359..9320ab5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,17 +5,12 @@ co = checkout l1 = log --oneline l5 = log -5 - lb = log --decorate --graph --pretty=beautiful --stat - lb5 = log --decorate --graph --pretty=beautiful --stat -5 lg = log --decorate --graph lg1 = log --decorate --graph --oneline lg5 = log --decorate --graph -5 st = status --short stb = status --short --branch -[pretty] - beautiful = format:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n - [color] ui = auto