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§

author
blob
commit
The git-commit crate provides parsing a displaying of a git commit.
error
oid
revwalk
transport
tree