Community
Participate
Working Groups
Currently the StagingView re-runs the IndexDiff on any selection change even if the selection corresponds to the same repository as is currently in the view. This is currently required as we don't listen to changes to workspace resources so the StagingView will be out of date after any file modification. Implement IResourceChangeListener and schedule a refresh job.
Initial implementation in http://egit.eclipse.org/r/#change,3562
merged