mirror of
https://github.com/frej/fast-export.git
synced 2025-11-15 23:15:51 +01:00
Avoid calling git symbolic-ref refs/heads/p4//HEAD (double slash)
This commit is contained in:
2
git-p4
2
git-p4
@@ -1067,7 +1067,7 @@ class P4Sync(Command):
|
|||||||
self.gitError.close()
|
self.gitError.close()
|
||||||
|
|
||||||
if createP4HeadRef:
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user