From db94fc2e02eec2c3db944c81577c104161bcdd75 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sun, 4 Feb 2024 11:15:02 -0500 Subject: git: use local MTA to send mail --- .config/git/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.config') 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 -- cgit v1.2.3