From: Marius Storm-Olsen Date: Tue, 12 Jun 2007 13:27:52 +0000 (+0200) Subject: Only use double quotes on Windows X-Git-Tag: v1.5.3-rc0~65^2^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cbae7080a7fe0586255e85e1d14f1011260e8eee;p=git.git Only use double quotes on Windows Signed-off-by: Marius Storm-Olsen --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 1168704be..b3f27fe90 100755 --- 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