From 0339abfa8c9cece6a9f856be131632ee8331c167 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 28 Jun 2021 11:30:10 +0200 Subject: git: always sign commits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also affects Magit, which needed to have a higher transient default level so the -S option of the commit panel was available. Signed-off-by: Miquel Sabaté Solà --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index f4bc338..36bda20 100644 --- a/.gitconfig +++ b/.gitconfig @@ -36,3 +36,6 @@ [init] defaultBranch = main + +[commit] + gpgsign = true \ No newline at end of file -- cgit v1.2.3