Git: Disambiguate branch/tag names

Task-number: QTCREATORBUG-9700
Change-Id: I48e779fba65afc71ba13b426e526c3cb82070142
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-06-29 23:51:19 +03:00
committed by Orgad Shaneh
parent bcd5ce77b4
commit 2c21100725
3 changed files with 52 additions and 42 deletions

View File

@@ -70,7 +70,7 @@ public:
GitClient *client() const;
QModelIndex currentBranch() const;
QString fullName(const QModelIndex &idx) const;
QString fullName(const QModelIndex &idx, bool includePrefix = false) const;
QStringList localBranchNames() const;
QString sha(const QModelIndex &idx) const;
bool isLocal(const QModelIndex &idx) const;