Git: Filter obsolete branch names when adding a branch

Task-number: QTCREATORBUG-16264
Change-Id: Ifcb04c7740ab274be590f53757e013da43ad96f1
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2016-05-13 15:44:35 +03:00
committed by Orgad Shaneh
parent 43f8f04ed6
commit 62c60c6d1c
2 changed files with 8 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ private:
BranchNode *m_rootNode;
BranchNode *m_currentBranch = nullptr;
QString m_currentSha;
QStringList m_obsoleteLocalBranches;
bool m_oldBranchesIncluded = false;
};