forked from qt-creator/qt-creator
Git: Pop stored stash after checkout
Change-Id: I41eda91149c0152fd0b9f3d2c0294120153377b5 Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
fc85a4766d
commit
5eff132253
@@ -179,7 +179,8 @@ public:
|
||||
QStringList files = QStringList(),
|
||||
QString revision = QString(), QString *errorMessage = 0,
|
||||
bool revertStaging = true);
|
||||
// Checkout branch
|
||||
// Checkout ref
|
||||
bool stashAndCheckout(const QString &workingDirectory, const QString &ref);
|
||||
bool synchronousCheckout(const QString &workingDirectory, const QString &ref,
|
||||
QString *errorMessage = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user