pub type CommitHash = String;
A commit hash. 64-char lowercase hex (SHA-256 truncated or full).
pub struct CommitHash { /* private fields */ }