git_note_author

Get the note author

extern (C) nothrow @nogc public
git_note_author

Parameters

note const(libgit2.types.git_note)*

the note

Return Value

Type: const(libgit2.types.git_signature)*

the author

Meta