pub fn told(repo: &Path, commits: &[String]) -> HashMap<String, (u64, String)>Expand description
What each commit was called and when it was made, in one call.
The time is not decoration: which of three variants was tried first is a
question about when, and the order a walk arrives in cannot answer it —
for commits made in the same second rev-list falls back to the order it
traverses refs, which is their names, so branches would come out
alphabetically and look chronological.