Compare commits

...

2 commits

Author SHA1 Message Date
c47 5f57445802
Add log.showSignatrue = true to ~/.config/git/config 2024-02-18 11:21:59 +01:00
c47 b1a03cb2df
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'
2024-02-18 11:13:16 +01:00
2 changed files with 5 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,7 @@
[includeIf "gitdir:~/gits/priv/"]
path = ~/gits/priv/.gitconfig
[gpg "ssh"]
allowedSignersFile = ~/.config/git/allowed_signers
[log]
showSignature = true