git_mailmap_from_buffer

Create a new mailmap instance containing a single mailmap file

@param out_ pointer to store the new mailmap @param buf buffer to parse the mailmap from @param len the length of the input buffer @return 0 on success, or an error code

extern (C) nothrow @nogc
int
git_mailmap_from_buffer
(,
const(char)* buf
,
size_t len
)

Meta