git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

Shouldn't the index.remove method take an enum?

Open JosuGZ opened this issue 3 years ago • 0 comments

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?

JosuGZ avatar Aug 19 '22 08:08 JosuGZ