pub fn authors(root: &Path) -> Result<Vec<(String, String)>>
Distinct commit authors as (name, email), most-recent first.
(name, email)