Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Only use double quotes on Windows
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 1168704be44a8bc5a7184dba6a5d8242056bdefc..b3f27fe90f21158cec74e1b8c276be81d92b61a9 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-180,7
+180,7
@@
def findUpstreamBranchPoint():
parent = parent + 1
continue
- names = read_pipe_lines("git name-rev
'--refs=refs/remotes/p4/*' '%s'
" % commit)
+ names = read_pipe_lines("git name-rev
\"--refs=refs/remotes/p4/*\" \"%s\"
" % commit)
if len(names) <= 0:
continue