From: Simon Hausmann Date: Sun, 20 May 2007 13:24:01 +0000 (+0200) Subject: Oops, not only /set/ gitdir on clone, also set it /correctly/ :) X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=9578faee0754873b9fa5ce8f4d5757254f7e4d41;p=python%2Ffast-export.git Oops, not only /set/ gitdir on clone, also set it /correctly/ :) --- diff --git a/git-p4 b/git-p4 index 14be55b..80d966f 100755 --- a/git-p4 +++ b/git-p4 @@ -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":