https://github.com/rust-lang/git2-rs/blob/da6c126f7733329d82748e710266af1c61591bdd/src/lib.rs#L617 That function returns `true` when the `SINGLE` bit is set, but its name implies the opposite. It seems like a typo from [the original pull request](https://github.com/rust-lang/git2-rs/pull/312).
git2-rs/src/lib.rs
Line 617 in da6c126
That function returns
truewhen theSINGLEbit is set, but its name implies the opposite. It seems like a typo from the original pull request.