aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/git/repository.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 96afc5a1..7b84d7d0 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -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}