mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git: update repository info after Update Project
This commit is contained in:
@@ -144,8 +144,11 @@ public abstract class GitUpdater {
|
||||
public GitUpdateResult update() throws VcsException {
|
||||
markStart(myRoot);
|
||||
try {
|
||||
return doUpdate();
|
||||
} finally {
|
||||
GitUpdateResult result = doUpdate();
|
||||
myRepository.update();
|
||||
return result;
|
||||
}
|
||||
finally {
|
||||
markEnd(myRoot);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user