forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
bcd5ce77b4
commit
2c21100725
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user