git_note_message

Get the note message

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

Parameters

note const(libgit2_d.types.git_note)*

the note

Return Value

Type: const(char)*

the note message

Meta