diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
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 |