mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
gitconfig: don't merge.verifySignatures
It also affects git pulls and everything with repositories I don't care that much about
This commit is contained in:
parent
7acf34ca71
commit
826b641228
@ -45,7 +45,6 @@
|
|||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[merge]
|
[merge]
|
||||||
ff = only
|
ff = only
|
||||||
verifySignatures = true
|
|
||||||
renormalize = true
|
renormalize = true
|
||||||
[format]
|
[format]
|
||||||
signOff = true
|
signOff = true
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
helper = cache --timeout=86400
|
helper = cache --timeout=86400
|
||||||
[merge]
|
[merge]
|
||||||
ff = only
|
ff = only
|
||||||
verifySignatures = true
|
|
||||||
renormalize = true
|
renormalize = true
|
||||||
[format]
|
[format]
|
||||||
signOff = true
|
signOff = true
|
||||||
|
Loading…
Reference in New Issue
Block a user