about summary refs log tree commit diff
path: root/modules/shell
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-11-15 16:27:37 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-08 13:46:14 +0000
commitc6d3dfaeec93a06cff2c20a6b1905e7d93699c09 (patch)
tree75d2eef2dd4d089de124ef3c52b93edb69ca5cb8 /modules/shell
parent6eba64440e1870e5ffdae331628bf3ea2727e22f (diff)
downloadnixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.tar
nixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.tar.gz
nixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.tar.bz2
nixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.tar.lz
nixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.tar.xz
nixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.tar.zst
nixlib-c6d3dfaeec93a06cff2c20a6b1905e7d93699c09.zip
modules/git: specify the envelope sender
Fixes sending from Unikie email address.
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/git/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shell/git/config.in b/modules/shell/git/config.in
index 9fa25cbd69a0..4ba4765f47b1 100644
--- a/modules/shell/git/config.in
+++ b/modules/shell/git/config.in
@@ -71,6 +71,7 @@
     enable = true
 [sendemail]
     confirm = always
+    envelopeSender = auto
 [stash]
     showPatch = true
 [submodule]