git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d7e3868
)
Only use double quotes on Windows
author
Marius Storm-Olsen
<redacted>
Tue, 12 Jun 2007 13:27:52 +0000
(15:27 +0200)
committer
Marius Storm-Olsen
<redacted>
Tue, 12 Jun 2007 13:27:52 +0000
(15:27 +0200)
Signed-off-by: Marius Storm-Olsen <redacted>
contrib/fast-import/git-p4
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT