pub fn load_mailmap_table(repo: &Repository) -> Result<MailmapTable, Error>Expand description
Load mailmap from the repository using Git’s source order and merge rules.
pub fn load_mailmap_table(repo: &Repository) -> Result<MailmapTable, Error>Load mailmap from the repository using Git’s source order and merge rules.