~kris/dots

srice

ref: e98f3b030dc24445bd55c68d95d2d81933fd68b3 srice/.config/git/git-sendemail.gitconfig -rw-r--r-- 590 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month 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