Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5
-
None
-
Patch
Description
Take a git reposistory.
Delete a file with git rm.
Launche GitStatusCommand : the deleted file will not be reported by the GitStatusConsumer
Bug is located around line 139 in GitStatusConsumer.java, the file cannot exists if status == ScmFileStatus.DELETED
Patch attached