aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-10-09 13:41:58 +0200
committerGuido Günther <agx@sigxcpu.org>2016-10-09 13:42:15 +0200
commit52767200c64547055add7bcdc48250c62e1e0569 (patch)
tree9f8d86f5a90c06089877bf08de342d198ab33c0f
parent55e8c8fa32972402d47e9e83df5a8bfa663ce825 (diff)
repository.archive: adjust to API change
-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,