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:
d473582
)
GitRepository: fix documentation of fetch()
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Fri, 13 Jan 2012 09:49:22 +0000
(11:49 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Sun, 15 Jan 2012 18:57:57 +0000
(19:57 +0100)
gbp/git/repository.py
patch
|
blob
|
history
diff --git
a/gbp/git/repository.py
b/gbp/git/repository.py
index
bbae854
..
e91e262
100644
(file)
--- a/
gbp/git/repository.py
+++ b/
gbp/git/repository.py
@@
-703,6
+703,8
@@
class GitRepository(object):
@param repo: repository to fetch from
@type repo: C{str}
+ @param tags: whether to fetch all tag objects
+ @type tags: C{bool}
"""
args = GitArgs('--quiet')
args.add_true(tags, '--tags')