Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
If we are in verbose mode, output what we are about to run (or return)
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index b4acf7689d769f6bf1b12b0089c6d58786aa74d7..d36b0c6bec9cfe354146467ddd8e654df8826afb 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-25,6
+25,8
@@
def p4_build_cmd(cmd):
can be done more easily.
"""
real_cmd = "%s %s" % ("p4", cmd)
+ if verbose:
+ print real_cmd
return real_cmd
def die(msg):