Expand description
Core VCS primitives: objects (blob, tree, commit, tag), refs, and repo discovery
Re-exports§
pub use objects::Blob;pub use objects::Commit;pub use objects::Object;pub use objects::ObjectHash;pub use objects::Tag;pub use objects::Tree;pub use objects::TreeEntry;pub use refs::delete_ref;pub use refs::find_repo_root;pub use refs::get_current_branch;pub use refs::list_refs;pub use refs::read_head;pub use refs::read_ref;pub use refs::set_head_detached;pub use refs::update_head;pub use refs::write_ref;