summary refs log tree commit diff
path: root/.gitconfig
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-01-15 12:07:37 -0500
committerJune McEnroe <june@causal.agency>2016-01-15 12:07:37 -0500
commit6b97808bc5ddcd6b7059ad2755e10515f6b4fe32 (patch)
treed9aa4a1e88a0534e15986390e0057d4d1af2693d /.gitconfig
parentRemove unused git aliases (diff)
downloadsrc-6b97808bc5ddcd6b7059ad2755e10515f6b4fe32.tar.gz
src-6b97808bc5ddcd6b7059ad2755e10515f6b4fe32.zip
Move pretty git log format to .gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
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