Oops, not only /set/ gitdir on clone, also set it /correctly/ :)
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
59fa417109
commit
64ffb06a9c
@ -1009,7 +1009,7 @@ class P4Clone(P4Sync):
|
||||
os.makedirs(dir)
|
||||
os.chdir(dir)
|
||||
system("git init")
|
||||
gitdir = os.getcwd()
|
||||
gitdir = os.getcwd() + "/.git"
|
||||
if not P4Sync.run(self, [depotPath]):
|
||||
return False
|
||||
if self.branch != "master":
|
||||
|
Loading…
Reference in New Issue
Block a user