mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
refresh stashes after clearing
IJPL-157013 Closes #2783 GitOrigin-RevId: a965d22f9914b8b0a39b5e3ec3dbfe72cafe4b51
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0df7b312fa
commit
f3c99e97a8
@@ -106,7 +106,10 @@ object GitStashOperations {
|
||||
h.addParameters("clear")
|
||||
try {
|
||||
ProgressManager.getInstance().runProcessWithProgressSynchronously(
|
||||
ThrowableComputable<Unit, VcsException> { Git.getInstance().runCommand(h).throwOnError() },
|
||||
ThrowableComputable<Unit, VcsException> {
|
||||
Git.getInstance().runCommand(h).throwOnError()
|
||||
refreshStash(project, root)
|
||||
},
|
||||
GitBundle.message("unstash.clearing.stashes"),
|
||||
false,
|
||||
project
|
||||
|
||||
Reference in New Issue
Block a user