From 38863668dc1e0f1cff2ce61ab8c241ffb29caf4f Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Mar 2022 03:56:53 +0200 Subject: [PATCH] git Add user.signingkey to global config --- .config/git/config | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/git/config b/.config/git/config index b1a6510..9c254a9 100644 --- a/.config/git/config +++ b/.config/git/config @@ -35,17 +35,19 @@ last-branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=5 review = log --patch --reverse [core] - pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX ) + pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX ) [gpg] format = ssh [gpg "ssh"] allowedSignersFile = /home/tastytea/.ssh/allowed_signers [interactive] - diffFilter = ( delta || cat ) + diffFilter = ( delta || cat ) +[diff] + colorMoved = default +[delta] + color-only = true + diff-highlight = true +[user] + signingkey = ~/.ssh/id_ed25519 [include] path = config.local -[diff] - colorMoved = default -[delta] - color-only = true - diff-highlight = true