monodevelop
monodevelop copied to clipboard
[VersionControl] Check repository state before certain operations.
During rebase the version control seemed to do something with the repository that caused an invalid state. It may be the add/remove file handling in version control file system extension to cause that.
This patch prevents the extension to handle add/remove events during a git operation..
Fixes VSTS #900751
The build failed
@mkrueger ping wrt build