Sign commits

This commit is contained in:
Loic Nageleisen 2021-07-06 14:59:56 +02:00
parent 40bca78da2
commit 99333e5d72
Signed by: lloeki
GPG key ID: 971B4D9F125CD31E
4 changed files with 20 additions and 2 deletions

View file

@ -2,8 +2,10 @@
default = simple
[include]
path = ~/.gitconfig.lloeki
[includeIf "gitdir:~/Workspace/github.com/sqreen/"]
[includeIf "gitdir:~/Source/github.com/sqreen/"]
path = ~/.gitconfig.sqreen
[includeIf "gitdir:~/Source/github.com/DataDog/"]
path = ~/.gitconfig.datadog
[core]
excludesfile = /Users/lloeki/.gitignore
[pull]

8
home/gitconfig.datadog Normal file
View file

@ -0,0 +1,8 @@
[user]
email = loic.nageleisen@datadoghq.com
name = Loic Nageleisen
signingkey = 87D237924563E757
[commit]
gpgsign = true
[core]
sshCommand = "ssh -i ~/.ssh/id_rsa_datadog"

View file

@ -1,3 +1,6 @@
[user]
email = loic.nageleisen@gmail.com
name = Loic Nageleisen
signingkey = 971B4D9F125CD31E
[commit]
gpgsign = true

View file

@ -1,3 +1,8 @@
[user]
email = loic@sqreen.io
email = loic@sqreen.com
name = Loic Nageleisen
signingkey = 7E3DAAAC74D5A2EE
[commit]
gpgsign = true
[core]
sshCommand = "ssh -i ~/.ssh/id_rsa_datadog"