Git: Save all documents before stash pop

... and refresh the stash dialog

Change-Id: Iba16efc4f612cd1997493206704100ec57493932
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Orgad Shaneh
2015-02-04 20:50:11 +02:00
committed by Orgad Shaneh
parent 15e7446fda
commit 2a677ce8b3
4 changed files with 13 additions and 8 deletions

View File

@@ -3273,11 +3273,6 @@ void GitClient::stashPop(const QString &workingDirectory, const QString &stash)
new ConflictHandler(cmd, workingDirectory);
}
void GitClient::stashPop(const QString &workingDirectory)
{
stashPop(workingDirectory, QString());
}
bool GitClient::synchronousStashRestore(const QString &workingDirectory,
const QString &stash,
bool pop,