diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-02-04 11:15:02 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-02-04 11:15:02 -0500 |
| commit | db94fc2e02eec2c3db944c81577c104161bcdd75 (patch) | |
| tree | 41784570a4b6d366549afa0f83bab147fc1880fd /.config/git/config | |
| parent | f9cddccf04149ea7bd99cd72fb8042371823a036 (diff) | |
git: use local MTA to send mail
Diffstat (limited to '.config/git/config')
| -rw-r--r-- | .config/git/config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/git/config b/.config/git/config index 75cbe50..24df753 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,12 +15,10 @@ colorMoved = default [sendemail] - smtpserver = smtp.migadu.com - smtpuser = sam@samnystrom.dev - smtpencryption = ssl - smtpserverport = 465 annotate = yes verify = off [credential] helper = himitsu +[commit] + verbose = true |
