goldstar611 / gitless

A maintained fork of the simple git interface
https://goldstar611.github.io/gitless/
MIT License
26 stars 2 forks source link

Add check before removing file from index. #18

Closed goldstar611 closed 2 years ago

goldstar611 commented 2 years ago

Using git rm <file> and git mv <file> update the index so it's a no-op w.r.t updating the index Fixes https://github.com/goldstar611/gitless/issues/17 Fixes https://github.com/gitless-vcs/gitless/issues/231 Fixes https://github.com/gitless-vcs/gitless/issues/153 Fixes https://github.com/gitless-vcs/gitless/issues/63