aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gbp/git/repository.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 88b4c9ea..3e2ef590 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1749,7 +1749,8 @@ class GitRepository(object):
@type output: C{str}
@param treeish: the treeish to create the archive from
@type treeish: C{str}
- @param kwargs: additional commandline options passed to git-archive
+ @param cwd: The directory to run in. Defaults to the current dir
+ @type cwd: C{str}
"""
args = ['--format=%s' % format,
'--prefix=%s' % prefix,