Closed
Description
While implementing #398, some area for improvements were highlighted:
- Add support for the
git rm -f
semantic - ~~~Handle
TypeChanged
records (make sureIndex.RetrieveStatus(string)
correctly reports it)~~~ - Make it so that conflicts clearing through
Index.Remove()
work for files which don't exist in the workdir (see comment ofConflictFixture.CanClearConflictsByRemovingFromTheIndex()
test)