forked from qt-creator/qt-creator
Git: Prevent tracking tags
Change-Id: Iea935aa226b70de936653b7637b4b9bb5e9c64cf Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
11e7c706be
commit
57a6f04ce6
@@ -74,6 +74,7 @@ public:
|
||||
QString sha(const QModelIndex &idx) const;
|
||||
bool isLocal(const QModelIndex &idx) const;
|
||||
bool isLeaf(const QModelIndex &idx) const;
|
||||
bool isTag(const QModelIndex &idx) const;
|
||||
|
||||
void removeBranch(const QModelIndex &idx);
|
||||
void checkoutBranch(const QModelIndex &idx);
|
||||
|
||||
Reference in New Issue
Block a user