We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbae708 commit 3c69964Copy full SHA for 3c69964
1 file changed
contrib/fast-import/git-p4
@@ -637,6 +637,7 @@ class P4Sync(Command):
637
self.isWindows = (platform.system() == "Windows")
638
self.keepRepoPath = False
639
self.depotPaths = None
640
+ self.p4BranchesInGit = []
641
642
if gitConfig("git-p4.syncFromOrigin") == "false":
643
self.syncWithOrigin = False
0 commit comments