forked from qt-creator/qt-creator
Git: Support different reset types in branches view
Change-Id: Idce57062cbb92edd4c26647aabef040ec92b9f3c Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
2c5808bada
commit
a33386e014
@@ -76,7 +76,7 @@ private:
|
||||
bool checkout();
|
||||
bool remove();
|
||||
bool rename();
|
||||
bool reset();
|
||||
bool reset(const QByteArray &resetType);
|
||||
bool isFastForwardMerge();
|
||||
bool merge(bool allowFastForward);
|
||||
void rebase();
|
||||
|
||||
Reference in New Issue
Block a user