git: Disable signing for some customers
This commit is contained in:
parent
6b6334eb95
commit
ea2c920a3a
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
[user]
|
[user]
|
||||||
email = "d.kempkens@wdw-consulting.com"
|
email = "d.kempkens@wdw-consulting.com"
|
||||||
name = "Daniel Kempkens"
|
name = "Daniel Kempkens"
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = false
|
||||||
|
|
||||||
|
[tag]
|
||||||
|
gpgsign = false
|
||||||
|
|
Loading…
Reference in a new issue