From 2e10eb9add517a1cf5da7fdda4e2cb676f66d033 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 May 2022 11:14:36 +0200 Subject: git: Do not show signatures in log .config/git/config: Do not show signatures in log. It makes the use of tig and git log super slow. --- .config/git/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index e6f60dd..4271c9a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -125,7 +125,5 @@ enabled = true [init] defaultBranch = main -[log] - showSignature = true [commit] gpgSign = true -- cgit v1.2.3-54-g00ecf