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
@@ -256,7 +256,7 @@ void FetchContext::cherryPick()
|
||||
|
||||
void FetchContext::checkout()
|
||||
{
|
||||
Git::Internal::GitPlugin::instance()->gitClient()->synchronousCheckout(
|
||||
Git::Internal::GitPlugin::instance()->gitClient()->stashAndCheckout(
|
||||
m_repository, QLatin1String("FETCH_HEAD"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user