Git: Show tracking branch on Branches dialog

Simplify branch model parsing a bit

Change-Id: Id9e41c6c2769397d6eee3ab74de4afbb94111e25
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
This commit is contained in:
Orgad Shaneh
2013-06-13 23:17:37 +03:00
committed by Orgad Shaneh
parent 7d300a29bf
commit e9443ff51f
4 changed files with 24 additions and 29 deletions

View File

@@ -92,6 +92,7 @@ private:
QString m_workingDirectory;
BranchNode *m_rootNode;
BranchNode *m_currentBranch;
QString m_currentSha;
};
} // namespace Internal