mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: allowedSignersFile
This commit is contained in:
parent
a92de1a61d
commit
02f23e31b8
1 changed files with 4 additions and 1 deletions
|
|
@ -3,12 +3,15 @@
|
||||||
[user]
|
[user]
|
||||||
name = Oleksandr Smirnov
|
name = Oleksandr Smirnov
|
||||||
email = olexsmir@gmail.com
|
email = olexsmir@gmail.com
|
||||||
signingkey = /home/olex/.ssh/id_ed25519.pub
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = ~/.config/git_allowed_signers
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue