Expand description
Git adapter for cargo-governor
This crate provides a Git implementation of the SourceControl trait
using the git2 library.
Re-exports§
pub use adapter::GitAdapter;pub use adapter::GitAdapterConfig;pub use commit::GitCommit;pub use tag::GitTag;