summaryrefslogtreecommitdiffstats
path: root/git_command.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-12-07 22:04:55 -0500
committerMike Frysinger <vapier@google.com>2022-08-18 17:31:01 +0000
commit790f4cea7aa95667296e0aa22eb0690df91c45e8 (patch)
tree0183dc9b3dc70ac28068b8aa69f9c2f43f0a5536 /git_command.py
parent39cb17f7a31d8f6d8b6bddfe4406cf2ff4ed31a6 (diff)
downloadgit-repo-790f4cea7aa95667296e0aa22eb0690df91c45e8.tar.gz
add a few more docs to existing funcs
Change-Id: I27317a59aba67c05ca1fd333e8f064c0edccb209 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/343185 Reviewed-by: LaMont Jones <lamontjones@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'git_command.py')
-rw-r--r--git_command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_command.py b/git_command.py
index 5d73c281..a1769270 100644
--- a/git_command.py
+++ b/git_command.py
@@ -158,6 +158,8 @@ def git_require(min_version, fail=False, msg=''):
158 158
159 159
160class GitCommand(object): 160class GitCommand(object):
161 """Wrapper around a single git invocation."""
162
161 def __init__(self, 163 def __init__(self,
162 project, 164 project,
163 cmdv, 165 cmdv,