about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-14 11:38:54 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-14 11:38:54 +0000
commit1cfef846ab3584eb44721dc93d979d3dd5b5e869 (patch)
tree439c07e5d71e8fc53a9ef433ba0760c050f10fd9 /modules/shell
parent7436a217cb5fbc637b220a95c0cd5a77bf49aa0f (diff)
downloadnixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.tar
nixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.tar.gz
nixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.tar.bz2
nixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.tar.lz
nixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.tar.xz
nixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.tar.zst
nixlib-1cfef846ab3584eb44721dc93d979d3dd5b5e869.zip
modules/git: always confirm before sending mail
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/git/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/shell/git/config.in b/modules/shell/git/config.in
index 2f682170c614..d066f2f5cfbf 100644
--- a/modules/shell/git/config.in
+++ b/modules/shell/git/config.in
@@ -48,3 +48,5 @@
     tool = opendiff
 [push]
     default = upstream
+[sendemail]
+    confirm = always
\ No newline at end of file