resolve
Description:
public void resolve (out unowned string real_name, out unowned string real_email, string replace_name, string replace_email) throws Error
Resolves replace_name and replace_email to real_name and real_email.
If this is NULL, no substitution is performed.
Parameters:
| this |
the mailmap to search for replacements in. |
| real_name |
the real name of the person. |
| real_email |
the real email of the person. |
| replace_name |
the name to replace. |
| replace_email |
the email to replace. |