Function cargo_test_support::git::cargo_uses_gitoxide
source ยท pub fn cargo_uses_gitoxide() -> bool
Expand description
Returns true if gitoxide is globally activated.
That way, tests that normally use git2
can transparently use gitoxide
.