git_message_trailer

Represents a single git message trailer.

extern (C) nothrow @nogc
struct git_message_trailer {}

Members

Variables

key
const(char)* key;
Undocumented in source.
value
const(char)* value;
Undocumented in source.

Meta