summaryrefslogtreecommitdiff
path: root/lib/git_python/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git_python/git.py')
-rw-r--r--lib/git_python/git.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/git_python/git.py b/lib/git_python/git.py
index ad08bb20..ee256356 100644
--- a/lib/git_python/git.py
+++ b/lib/git_python/git.py
@@ -26,6 +26,7 @@ class Git(MethodMissingMixin):
``command``
The command to execute
"""
+ print command
proc = subprocess.Popen(command,
shell=True,
stdout=subprocess.PIPE