提交 64ffb06a 编写于 作者: S Simon Hausmann

Oops, not only /set/ gitdir on clone, also set it /correctly/ :)

Signed-off-by: NSimon Hausmann <simon@lst.de>
上级 59fa4171
......@@ -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":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册