From 59de2068db94c7964d512425fe133a3a5a8e3cb0 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 10 Dec 2020 16:43:01 +0100 Subject: git: sign commits by default --- .config/git/config | 6 ++++++ devel/balena/.gitconfig | 1 + 2 files changed, 7 insertions(+) diff --git a/.config/git/config b/.config/git/config index 1930540..b16e8c3 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [user] name = Robert Günzler email = r@gnzler.io + signingkey = AF6AB8C8B10436B9F61293632143BD2AAB94BCC4 [sendemail] from = Robert Günzler @@ -44,6 +45,8 @@ [commit] # template = ~/.gitmessage + gpgsign = true + verbose = true [alias] stp = status --porcelain --branch @@ -167,6 +170,9 @@ # Make `git push` push relevant annotated tags when pushing branches out. followTags = true +[tag] + gpgsign = true + # URL shorthands [url "git@github.com:"] insteadOf = "gh:" diff --git a/devel/balena/.gitconfig b/devel/balena/.gitconfig index 33fe1ad..eeef56c 100644 --- a/devel/balena/.gitconfig +++ b/devel/balena/.gitconfig @@ -1,5 +1,6 @@ [user] signEmail = robertg@balena.io + ; signingkey = AF6AB8C8B10436B9F61293632143BD2AAB94BCC4 [commit] template = ~/devel/balena/.gitcommit -- cgit 1.4.1