forked from qt-creator/qt-creator
Git: Reduce sync processes
Change-Id: I5d83636d4a018464ba6f248aa818fb8f840df9fc Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
6a0a4ac5e4
commit
d20f543619
@@ -20,6 +20,7 @@ QT_END_NAMESPACE;
|
||||
namespace Utils {
|
||||
class ElidingLabel;
|
||||
class NavigationTreeView;
|
||||
class TaskTree;
|
||||
} // Utils
|
||||
|
||||
namespace Git::Internal {
|
||||
@@ -54,7 +55,7 @@ private:
|
||||
bool remove();
|
||||
bool rename();
|
||||
bool reset(const QByteArray &resetType);
|
||||
bool isFastForwardMerge();
|
||||
Utils::TaskTree *onFastForwardMerge(const std::function<void()> &callback);
|
||||
bool merge(bool allowFastForward);
|
||||
void rebase();
|
||||
bool cherryPick();
|
||||
|
||||
Reference in New Issue
Block a user