From 2607280d1f0f8dce4643a768f9bea7d3a451c7cc Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 13 Aug 2021 02:33:56 +0200 Subject: [PATCH] git: Remove smtp server info from sendemail I usually have a local mail server running these days that I'd rather use over fastmail (even if it just proxies there)! --- .config/git/config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/git/config b/.config/git/config index 8908b95..52684e6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,11 +3,12 @@ name = Alex Karle [sendemail] - smtpserver = smtp.fastmail.com - smtpuser = alex@alexkarle.com - smtpencryption = tls - smtpserverport = 587 - annotate = yes + # smtpserver = smtp.fastmail.com + # smtpuser = alex@alexkarle.com + # smtpencryption = tls + # smtpserverport = 587 + annotate = yes + confirm = always [pull] ff = only [alias] -- libgit2 0.28.4