Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f9c98
)
Oops, not only /set/ gitdir on clone, also set it /correctly/ :)
author
Simon Hausmann
<simon@luria.(none)>
Sun, 20 May 2007 13:24:01 +0000
(15:24 +0200)
committer
Simon Hausmann
<simon@luria.(none)>
Sun, 20 May 2007 13:24:01 +0000
(15:24 +0200)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
14be55b
..
80d966f
100755
(executable)
--- 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":