~kris/dots

srice

ref: 9b4572416de8a234ffd5ebaaaa549a930b3e2041 srice/.config/git/git-sendemail.gitconfig -rw-r--r-- 590 bytes
9b457241 — Kris Yotam wip: emergency backup (power outage risk) 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# git send-email config for sr.ht patch workflow
# Add to ~/.gitconfig:
#   [include]
#       path = ~/dev/100x/configs/git-sendemail.gitconfig

[sendemail]
    # Route through msmtp (configure msmtp separately)
    smtpServer = /usr/bin/msmtp
    # Or direct SMTP:
    # smtpserver = smtp.gmail.com
    # smtpuser = you@gmail.com
    # smtpencryption = ssl
    # smtpserverport = 465
    annotate = yes
    confirm = always
    chainReplyTo = false
    thread = true
    suppresscc = self

[format]
    subjectPrefix = PATCH
    signOff = false
    coverLetter = auto
    thread = shallow