libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_mailmap_free
libgit2_d
mailmap
Free the mailmap and its associated memory.
extern (
C
) nothrow @
nogc
void
git_mailmap_free
(
libgit2_d.types.git_mailmap
*
mm
)
Parameters
mm
libgit2_d
.
types
.
git_mailmap
*
the mailmap to free
Meta
Source
See Implementation
libgit2_d
mailmap
functions
git_mailmap_add_entry
git_mailmap_free
git_mailmap_from_buffer
git_mailmap_from_repository
git_mailmap_new
git_mailmap_resolve
git_mailmap_resolve_signature
Free the mailmap and its associated memory.