gitconfig: enable signing all commits

This commit is contained in:
Aminda Suomalainen 2016-04-09 13:04:48 +03:00
parent bdc742b728
commit 524881bbee
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 6 additions and 2 deletions

View File

@ -33,4 +33,6 @@
[merge]
ff = only
[format]
signoff = true
signoff = true
[commit]
gpgsign = true

View File

@ -33,4 +33,6 @@
[merge]
ff = only
[format]
signoff = true
signoff = true
[commit]
gpgsign = true