Skip to content

Commit cbae708

Browse files
author
Marius Storm-Olsen
committed
Only use double quotes on Windows
Signed-off-by: Marius Storm-Olsen <[email protected]>
1 parent d7e3868 commit cbae708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fast-import/git-p4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def findUpstreamBranchPoint():
180180
parent = parent + 1
181181
continue
182182

183-
names = read_pipe_lines("git name-rev '--refs=refs/remotes/p4/*' '%s'" % commit)
183+
names = read_pipe_lines("git name-rev \"--refs=refs/remotes/p4/*\" \"%s\"" % commit)
184184
if len(names) <= 0:
185185
continue
186186

0 commit comments

Comments
 (0)