Default cloner depth = 0 (unlimited)

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-08-06 02:10:48 +02:00
parent e95b2b01fe
commit ebc5b68ddd
4 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class DefaultClonerConfig:
@property
def cloner_submodule_depth(self) -> int:
return 50000
return 0
def has_property(self, prop: str) -> bool:
if prop == "has_property":