pub fn abbrev_hex(oid: &ObjectId, abbrev_len: usize) -> StringExpand description
Abbreviate oid to at most abbrev_len hex characters (minimum 4, maximum 40).
§Parameters
oid— full commit object id.abbrev_len— desired abbreviation length (clamped to 4..=40 and to the hex length).