diff --git a/home/gitconfig b/home/gitconfig index 1ce48b5..7494528 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -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] diff --git a/home/gitconfig.datadog b/home/gitconfig.datadog new file mode 100644 index 0000000..ffb26ac --- /dev/null +++ b/home/gitconfig.datadog @@ -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" diff --git a/home/gitconfig.lloeki b/home/gitconfig.lloeki index 871c636..42c96b9 100644 --- a/home/gitconfig.lloeki +++ b/home/gitconfig.lloeki @@ -1,3 +1,6 @@ [user] email = loic.nageleisen@gmail.com name = Loic Nageleisen + signingkey = 971B4D9F125CD31E +[commit] + gpgsign = true diff --git a/home/gitconfig.sqreen b/home/gitconfig.sqreen index 514a1e1..89385a9 100644 --- a/home/gitconfig.sqreen +++ b/home/gitconfig.sqreen @@ -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"