//! Git operations and repository management.
pub use AmendmentHandler;
pub use ;
pub use ;
pub use RemoteInfo;
pub use GitRepository;
/// Number of hex characters to show in abbreviated commit hashes.
pub const SHORT_HASH_LEN: usize = 8;
/// Length of a full SHA-1 commit hash in hex characters.
pub const FULL_HASH_LEN: usize = 40;