Skip to content

Commit

Permalink
add arg 'params' to the Git command's docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 10, 2010
1 parent 738450f commit 77f4615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slave/buildslave/commands/git.py
Expand Up @@ -35,6 +35,9 @@ class Git(SourceBaseCommand):
['reference'] (optional): use this reference repository
to fetch objects.
['gerrit_branch'] (optional): which virtual branch to retrieve.
['progress'] (optional): have git output progress markers,
avoiding timeouts for long fetches;
requires Git 1.7.2 or later.
"""

header = "git operation"
Expand Down

0 comments on commit 77f4615

Please sign in to comment.