git_note_message

Get the note message

extern (C) nothrow @nogc public
const(char)*
git_note_message

Parameters

note const(libgit2.types.git_note)*

the note

Return Value

Type: const(char)*

the note message

Meta