From 6b97808bc5ddcd6b7059ad2755e10515f6b4fe32 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 15 Jan 2016 12:07:37 -0500 Subject: Move pretty git log format to .gitconfig --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index e1686b43..9eddd2d2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -13,6 +13,8 @@ autocorrect = 1 [color] ui = true +[pretty] + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com -- cgit 1.4.1