aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-10-23 10:26:14 +0200
committerKarel Kočí <cynerd@email.cz>2023-10-23 10:26:14 +0200
commit211cebe2d4434153112ea5bf1bc62e54f0a88483 (patch)
tree4764ff6a0636886c9145b962d3bda184a8ebb6fa
parent8f5ae950d0a63931b912e49c7187fd4da1d06946 (diff)
downloadmyconfigs-211cebe2d4434153112ea5bf1bc62e54f0a88483.tar.gz
myconfigs-211cebe2d4434153112ea5bf1bc62e54f0a88483.tar.bz2
myconfigs-211cebe2d4434153112ea5bf1bc62e54f0a88483.zip
gitconfig: fix no longer valid identity
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index ec0c582..084228d 100644
--- a/gitconfig
+++ b/gitconfig
@@ -35,7 +35,7 @@
fclean = "!git clean -xdff && git submodule foreach git clean -xdff && :"
cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d"
[sendemail]
- identity = karel.koci@nic.cz
+ identity = cynerd@email.cz
envelopeSender = auto
suppresscc = self
confirm = always