commit 57be677b323adaa4a49a6d28a90e09e9b23719aa
parent 93a2c000d20d40498ab72f8b4cb093440668c751
Author: Chris Bracken <chris@bracken.jp>
Date: Sun, 3 May 2020 23:22:23 -0700
gitconfig: sendemail.annotate on by default
Most of the time, I want the opportunity to edit outgoing patch emails
before sending.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig
@@ -34,6 +34,7 @@
smtpuser = chris@bracken.jp
smtpencryption = tls
smtpserverport = 587
+ annotate = true
[user]
name = Chris Bracken
email = chris@bracken.jp