Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix git-p4 clone //depot/project (head import)
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
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"