blob: 10a8cd8540dd57307ce0e3790f8ae87b3bae9f24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[user]
email = matiaslina@openmailbox.org
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
|