Extensions and wrappers for git2 types
git2
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::*;
git-commit