aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitconfig5
1 files changed, 5 insertions, 0 deletions
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