From: Simon Ruderich Date: Mon, 15 Jul 2024 06:32:10 +0000 (+0200) Subject: vcs: gitconfig: add basic sendemail options X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=3a55921d5fbd78ab0d63a502612feba265cf4bbc;p=config%2Fdotfiles.git vcs: gitconfig: add basic sendemail options --- 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