From 3a55921d5fbd78ab0d63a502612feba265cf4bbc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 15 Jul 2024 08:32:10 +0200 Subject: [PATCH] vcs: gitconfig: add basic sendemail options --- vcs/gitconfig.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 6cc6b7d..3547918 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -254,6 +254,13 @@ # commands from untrusted repositories bareRepository = explicit +[sendemail] + # Don't Cc myself + suppressCc = self + # Prevent accidents by confirming all mails, use --confirm=never to + # skip this + confirm = always + [tag] # Sort tags as version numbers sort = version:refname -- 2.49.1