Skip to main content

Crate git_core

Crate git_core 

Source

Re-exports§

pub use commit::CommitObject;
pub use commit::Signature;
pub use error::GitError;
pub use error::Result;
pub use hash::GitHash;
pub use object::ObjectKind;
pub use object::RawObject;
pub use reflog::parse_reflog;
pub use reflog::ReflogEntry;
pub use repo::GitRepo;
pub use tree::TreeEntry;
pub use tree::TreeObject;

Modules§

commit
error
hash
loose
object
pack
Packfile reading (pack v2 + index v2), the normal post-gc/clone storage.
reflog
Reflog reading (.git/logs/<ref>), git’s local record of every ref movement.
refs
repo
tree