projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de59214
)
GitRepository.clone(): document missing options
author
Guido Günther
<agx@sigxcpu.org>
Mon, 19 Mar 2012 13:37:29 +0000
(14:37 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Mon, 19 Mar 2012 13:38:41 +0000
(14:38 +0100)
gbp/git/repository.py
patch
|
blob
|
history
diff --git
a/gbp/git/repository.py
b/gbp/git/repository.py
index
96afc5a
..
7b84d7d
100644
(file)
--- 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}