git2-rs
git2-rs copied to clipboard
Shouldn't the index.remove method take an enum?
This method (index.remove) takes an i32 as a stage param, but it is unclear what it does. There are some possible values on the libgit2 documentation, shouldn't be added as an enum?