Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Avoid calling git symbolic-ref refs/heads/p4//HEAD (double slash)
author
Simon Hausmann
<shausman@trolltech.com>
Wed, 23 May 2007 14:41:46 +0000
(16:41 +0200)
committer
Simon Hausmann
<shausman@trolltech.com>
Wed, 23 May 2007 14:41:46 +0000
(16:41 +0200)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a396b29
)
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 152c3c1ca56a0376a765312c87f6f9cfd1259c3f..5cea6cf9ac491695a83b631857d1ec756b14d668 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-1067,7
+1067,7
@@
class P4Sync(Command):
self.gitError.close()
if createP4HeadRef:
self.gitError.close()
if createP4HeadRef:
- system("git symbolic-ref %s
/
HEAD %s" % (self.refPrefix, self.branch))
+ system("git symbolic-ref %sHEAD %s" % (self.refPrefix, self.branch))
return True
return True