Merge pull request #3423 from keiko713/lfs-config-docupdate

Update the doc of whitelisted .lfsconfig keys
This commit is contained in:
brian m. carlson 2018-12-11 17:10:35 +00:00 committed by GitHub
commit 213f2436ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -345,16 +345,18 @@ The .lfsconfig file in a repository is read and interpreted in the same format
as the file stored in .git/config. It allows a subset of keys to be used, as the file stored in .git/config. It allows a subset of keys to be used,
including and limited to: including and limited to:
- lfs.allowincompletepush
- lfs.fetchexclude - lfs.fetchexclude
- lfs.fetchinclude - lfs.fetchinclude
- lfs.gitprotocol - lfs.gitprotocol
- lfs.locksverify
- lfs.pushurl - lfs.pushurl
- lfs.url - lfs.url
- lfs.extension.{name}.clean - lfs.extension.{name}.clean
- lfs.extension.{name}.smudge - lfs.extension.{name}.smudge
- lfs.extension.{name}.priority - lfs.extension.{name}.priority
- remote.{name}.lfsurl - remote.{name}.lfsurl
- remote.{name}.{*}.access - lfs.{*}.access
The set of keys allowed in this file is restricted for security reasons. The set of keys allowed in this file is restricted for security reasons.