diff options
| author | Amin Bandali <bandali@kelar.org> | 2022-04-29 19:48:18 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 22:19:57 -0400 | 
| commit | 76f5b27c516c99be1aef46debfd3bfa6cf4ed7d6 (patch) | |
| tree | e071c8585472b4644352ade3f4f02c8373fcf0f3 | |
| parent | 298f42fef8c1cb876c6596cbca3920a549a9a6d0 (diff) | |
| download | configs-76f5b27c516c99be1aef46debfd3bfa6cf4ed7d6.tar.gz configs-76f5b27c516c99be1aef46debfd3bfa6cf4ed7d6.tar.xz configs-76f5b27c516c99be1aef46debfd3bfa6cf4ed7d6.zip | |
git: use my @kelar.org address (and its smtp server) by default
Diffstat (limited to '')
| -rw-r--r-- | .config/git/config | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.config/git/config b/.config/git/config index 2cef2a2..04a83fb 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@  [user]  	name = Amin Bandali -	email = bandali@gnu.org +	email = bandali@kelar.org  	signingkey = BE6273738E616D6D1B3A08E8A21A020248816103  [commit] @@ -57,7 +57,7 @@  [sendemail]  	smtpuser = bandali -	smtpserver = fencepost.gnu.org +	smtpserver = mail.kelar.org  	smtpserverport = 587  	smtpencryption = tls  	annotate = yes | 
