libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_mailmap_free
libgit2
mailmap
Free the mailmap and its associated memory.
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
void
git_mailmap_free
(
libgit2.types.git_mailmap
*
mm
)
Parameters
mm
libgit2
.
types
.
git_mailmap
*
the mailmap to free
Meta
Source
See Implementation
libgit2
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.