partial clone for submodules added in git 2.36.0

This commit is contained in:
Dan Halbert 2023-11-16 08:34:49 -05:00
parent 8e23a553e5
commit cb3dba445a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def _git_version():
clone_supports_filter = (
False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 27, 0)
False if "NO_USE_CLONE_FILTER" in os.environ else _git_version() >= (2, 36, 0)
)
if clone_supports_filter: