summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-07-03 20:36:01 +0100
committerSean Whitton <spwhitton@spwhitton.name>2015-07-03 20:36:01 +0100
commita48ce1311b0535e49077a4037d97154f69c32a4d (patch)
tree74c604c2274d9cd14dd2d7eb8b87ea79cf7fe552 /.gitconfig
parent5c5c692effadc93ca7c74794371286db1a39d3f1 (diff)
downloaddotfiles-a48ce1311b0535e49077a4037d97154f69c32a4d.tar.gz
git-send-email config
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 3eb87ae6..20540878 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -47,3 +47,15 @@
# push strategy
[push]
default = current
+
+# how to use git-send-email:
+# <http://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/>
+# &
+# <https://burzalodowa.wordpress.com/2013/10/05/how-to-send-patches-with-git-send-email/>
+[sendemail]
+ aliasesfile = ~/doc/mutt-aliases
+ aliasfiletype = mutt
+ confirm = always
+ multiedit = false
+ from = Sean Whitton <spwhitton@spwhitton.name>
+ annotate = true