From e563dd609f715889e568acab6fd2794187a1ee83 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 28 Mar 2015 16:38:06 +0300 Subject: [PATCH] .gitconfig: remove "beautiful" log format and aliases --- .gitconfig | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.2