Skip to content

Commit

Permalink
Merge pull request gitextensions#5981 from gerhardol/bugfix/i5874-sup…
Browse files Browse the repository at this point in the history
…erproject-refs

Refresh revision grid when superproject branch/tag is completed

(cherry picked from commit 1c1359c)
  • Loading branch information
RussKie authored and gerhardol committed Jan 17, 2019
1 parent fbfdd07 commit 90909bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GitUI/UserControls/RevisionGrid/RevisionGridControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,8 @@ public void ForceRefreshRevisions()
await TaskScheduler.Default;
return GetSuperprojectCheckout(ShowRemoteRef, capturedModule);
});
_superprojectCurrentCheckout.Task.ContinueWith((task) => Refresh(),
TaskScheduler.FromCurrentSynchronizationContext());

ResetNavigationHistory();
}
Expand Down

0 comments on commit 90909bc

Please sign in to comment.