From: Marius Storm-Olsen Date: Tue, 12 Jun 2007 13:27:52 +0000 (+0200) Subject: Only use double quotes on Windows X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=b6abe2d89a07c0c378a5730289a6684456d0a97b;p=python%2Ffast-export.git Only use double quotes on Windows --- diff --git a/git-p4 b/git-p4 index 1168704..b3f27fe 100755 --- a/git-p4 +++ b/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