projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95962f3
)
Fix git-p4 clone //depot/project (head import)
author
Simon Hausmann
<shausman@trolltech.com>
Tue, 15 May 2007 14:15:26 +0000
(16:15 +0200)
committer
Simon Hausmann
<shausman@trolltech.com>
Tue, 15 May 2007 14:15:26 +0000
(16:15 +0200)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index d134a28189182eaf021c26b1a485d182568163f3..2633f299424056308f57fd93505803bb008fe8cd 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-849,6
+849,7
@@
class P4Sync(Command):
self.depotPath = ""
self.changeRange = ""
self.initialParent = ""
+ self.previousDepotPath = ""
if len(self.branch) == 0:
self.branch = "p4"