From 918f9f228f1d6bfb98e7a68ba6540c5e2ca61aa9 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Thu, 6 Feb 2020 12:40:58 +1300 Subject: [PATCH] feat(git): enable git send-email & sign-off --- git/.config/git/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 432a703..c2cdaaf 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -30,3 +30,12 @@ [commit] gpgsign = true + +[sendemail] + smtpserver = smtp.nullpointer.io + smtpuser = george@rawlinson.net.nz + smtpencryption = tls + smtpserverport = 587 + annotate = true +[format] + signoff = true