git_mailmap_new

Allocate a new mailmap object.

This object is empty, so you'll have to add a mailmap file before you can do anything with it. The mailmap must be freed with 'git_mailmap_free'.

@param out_ pointer to store the new mailmap @return 0 on success, or an error code

extern (C) nothrow @nogc
int
git_mailmap_new

Meta