From cb7d144f938176a3bfe99ed78c3579acc0f30747 Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Wed, 20 Dec 2017 10:11:51 +0100 Subject: [PATCH] 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. --- config/git_fetcher.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git_fetcher.go b/config/git_fetcher.go index 01c2376f..f38d468f 100644 --- a/config/git_fetcher.go +++ b/config/git_fetcher.go @@ -161,6 +161,7 @@ var safeKeys = []string{ "lfs.fetchexclude", "lfs.fetchinclude", "lfs.gitprotocol", + "lfs.locksverify", "lfs.pushurl", "lfs.url", }