GitRepository.clone(): document missing options
authorGuido Günther <agx@sigxcpu.org>
Mon, 19 Mar 2012 13:37:29 +0000 (14:37 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 19 Mar 2012 13:38:41 +0000 (14:38 +0100)
gbp/git/repository.py

index 96afc5a..7b84d7d 100644 (file)
@@ -1314,6 +1314,10 @@ class GitRepository(object):
         @type depth: C{int}
         @param recursive: whether to clone submodules
         @type recursive: C{bool}
+        @param mirror: whether to pass --mirror to git-clone
+        @type mirror: C{bool}
+        @param bare: whether to create a bare repository
+        @type bare: C{bool}
         @param auto_name: If I{True} create a directory below I{path} based on
             the I{remote}s name. Otherwise create the repo directly at I{path}.
         @type auto_name: C{bool}