From: Simon Hausmann Date: Tue, 15 May 2007 14:15:26 +0000 (+0200) Subject: Fix git-p4 clone //depot/project (head import) X-Git-Tag: v1.5.3-rc0~65^2^2~115 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cd6cc0d31845576082fabc7f246a99988aca6d26;p=git.git Fix git-p4 clone //depot/project (head import) Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index d134a2818..2633f2994 100755 --- 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"