Crate radicle_git_ext
source ·Expand description
Extensions and wrappers for git2 types
Re-exports§
pub use tree::Tree;pub use git_ref_format as ref_format;pub use blob::*;pub use error::*;pub use oid::*;pub use revwalk::*;pub use transport::*;
Modules§
- The
git-commitcrate provides parsing a displaying of a git commit.