git_reflog_entry_message

Get the log message

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

Parameters

entry const(libgit2_d.types.git_reflog_entry)*

a reflog entry

Return Value

Type: const(char)*

the log msg

Meta