From 7356732083e276b61db600559b045f50c45d29de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 23 Jun 2020 13:20:56 +0200 Subject: gitconfig: sendemail configuration --- gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitconfig b/gitconfig index bf50890..ac5ac0b 100644 --- a/gitconfig +++ b/gitconfig @@ -28,3 +28,8 @@ dump = cat-file -p please = push --force-with-lease cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d" +[sendemail] + identity = karel.koci@nic.cz + envelopeSender = auto + suppresscc = self + confirm = always -- cgit v1.2.3