Explorar o código

Document checkout param in dulwich.porcelain.clone

Koen Martens %!s(int64=8) %!d(string=hai) anos
pai
achega
a073388ebd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dulwich/porcelain.py

+ 1 - 0
dulwich/porcelain.py

@@ -242,6 +242,7 @@ def clone(source, target=None, bare=False, checkout=None,
     :param source: Path or URL for source repository
     :param target: Path to target repository (optional)
     :param bare: Whether or not to create a bare repository
+    :param checkout: Whether or not to check-out HEAD after cloning
     :param errstream: Optional stream to write progress to
     :param outstream: Optional stream to write progress to (deprecated)
     :return: The new repository