Config to ~/.config/git/config + allowed_signers

Moved my ~/.gitconfig to ~/.config/git/config to have a sane location to
collect git related global configs.

Added ~/.config/git/allowed_signers and configured
`gpg.ssh.allowedSignersFile' in ~/.config/git/config to have the correct
output of `git log --show-signatures'
This commit is contained in:
c47 2024-02-18 11:13:16 +01:00
parent 6e68096cde
commit b1a03cb2df
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ
2 changed files with 3 additions and 0 deletions

1
git/allowed_signers Normal file
View file

@ -0,0 +1 @@
c47@nixre.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINKnoeiitP79Mp/DUSK86DGaH09H44U2QtDSB+J6rM6R c47@ferret

View file

@ -6,3 +6,5 @@
[includeIf "gitdir:~/gits/priv/"]
path = ~/gits/priv/.gitconfig
[gpg "ssh"]
allowedSignersFile = ~/.config/git/allowed_signers