From d8163925c870f7b2c176d0c3d00e945cf05bac16 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 6 Dec 2013 17:28:44 +0400 Subject: [PATCH] Add beautiful format for log --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 57f7589..4afa96f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,8 +5,13 @@ co = checkout l1 = log --oneline l5 = log -5 + lb = log --decorate --graph --stat --pretty=beautiful + lb5 = log --decorate --graph --stat --pretty=beautiful -5 st = status +[pretty] + beautiful = format:'%C(blue)%h%Creset (%ar - %C(green)%aN <%aE>%C(reset))%n%B%n' + [core] pager = less -FRSXgimq -- 2.39.2