Mailmap
Object Hierarchy:
Description:
[
CCode ( type_id =
"ggit_mailmap_get_type ()" ) ]
public sealed class Mailmap :
Native
Content:
Creation methods:
Methods:
- public void add_entry (string? real_name, string? real_email, string? replace_name, string replace_email) throws Error
Adds a new entry to this, replacing
replace_name
and replace_email
with real_name
and real_email
respectively.
- 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
.
- public Signature? resolve_signature (Signature signature) throws Error
Resolves signature
to use the real name and email according to
this.
Inherited Members:
All known members inherited from class Ggit.Native
All known members inherited from class GLib.Object