aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/git/repository.py')
-rw-r--r--gbp/git/repository.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index bbae8547..e91e2627 100644
--- 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')