Add lfs.locksverify to safe keys.

This allows to use `lfs.locksverify` in a *.lfsconfig* file, 
enabling people to manage locking behavior in a central location.
This commit is contained in:
Dominik Bamberger 2017-12-20 10:11:51 +01:00 committed by GitHub
parent b59b2a37ce
commit cb7d144f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -161,6 +161,7 @@ var safeKeys = []string{
"lfs.fetchexclude", "lfs.fetchexclude",
"lfs.fetchinclude", "lfs.fetchinclude",
"lfs.gitprotocol", "lfs.gitprotocol",
"lfs.locksverify",
"lfs.pushurl", "lfs.pushurl",
"lfs.url", "lfs.url",
} }