Crate gix_mailmap
source ·Expand description
Parse .mailmap files as used in git repositories and remap names and emails using an accelerated data-structure.
Feature Flags
serde— Data structures implementserde::Serializeandserde::Deserialize.
Modules
Structs
- An typical entry of a mailmap, which always contains an
old_emailby which the mapping is performed to replace the givennew_nameandnew_email. - A data-structure to efficiently store a list of entries for optimal, case-insensitive lookup by email and optionally name to find mappings to new names and/or emails.