Skip to content

Commit 3c69964

Browse files
committed
Fix initial multi-branch import.
The list of existing p4 branches in git wasn't initialized. Signed-off-by: Simon Hausmann <[email protected]>
1 parent cbae708 commit 3c69964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/fast-import/git-p4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ class P4Sync(Command):
637637
self.isWindows = (platform.system() == "Windows")
638638
self.keepRepoPath = False
639639
self.depotPaths = None
640+
self.p4BranchesInGit = []
640641

641642
if gitConfig("git-p4.syncFromOrigin") == "false":
642643
self.syncWithOrigin = False

0 commit comments

Comments
 (0)