--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py Tue Apr 04 17:26:54 2023 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py Wed Apr 05 11:58:22 2023 +0200 @@ -49,7 +49,7 @@ index = 0 self.remotesComboBox.setCurrentIndex(index) - localBranches = self.__vcs.gitGetBranchesList(self.__repodir, withMaster=True) + localBranches = self.__vcs.gitGetBranchesList(self.__repodir) self.localBranchComboBox.addItems([""] + sorted(localBranches)) self.localBranchComboBox.setEnabled(False)