summary refs log tree commit diff
path: root/.gitconfig
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-01-15 12:07:37 -0500
committerJune McEnroe <programble@gmail.com>2016-01-15 12:07:37 -0500
commit5bb806794cb3785a72925c95eb15402d123fcec9 (patch)
treef7854688b0aa16f7d3582b0604d7ee1d14e854f5 /.gitconfig
parentRemove unused git aliases (diff)
downloadsrc-5bb806794cb3785a72925c95eb15402d123fcec9.tar.gz
src-5bb806794cb3785a72925c95eb15402d123fcec9.zip
Move pretty git log format to .gitconfig
Diffstat (limited to '')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 3b0f18b1..c55324f3 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
d> 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe