diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
commit | 6c4c5513618105ea4ce081b04e0545c7c05431d8 (patch) | |
tree | ed61ada744e0d9ec8d2b41c24b949b2ad96185fe /gitconfig | |
parent | c8efcbbafd27e6352556bab2ec207b15d3202547 (diff) | |
download | dotfiles-6c4c5513618105ea4ce081b04e0545c7c05431d8.tar.gz |
Update
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,3 +3,11 @@ name = Matias Linares [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit + +[sendemail] + smtpencryption = tls + smtpserver = smtp.openmailbox.org + smtpuser = matiaslina@openmailbox.org + smtppass = pass + smtpserverport = 587 + suppresscc = self |