aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-04 17:06:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-04 17:06:12 +1200
commitcec773c57771480d10dc34ec80ef4ac88bea4084 (patch)
tree428f4fd0e8b1d14727bc31e79b9c657380f1e96b /git
parentAdd decorate option to log config (diff)
downloaddotfiles-cec773c57771480d10dc34ec80ef4ac88bea4084.tar.gz
dotfiles-cec773c57771480d10dc34ec80ef4ac88bea4084.zip
Make sendmail(1) implementation configurable
Include it in the sendemail section of the Git config, too
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/git/gitconfig.m4 b/git/gitconfig.m4
index c25e0dda..ea6b1220 100644
--- a/git/gitconfig.m4
+++ b/git/gitconfig.m4
@@ -24,6 +24,10 @@
[push]
default = matching
+[sendemail]
+ confirm = compose
+ smtpServer = DOTFILES_SENDMAIL
+
[status]
short = true