libgit2_d.message

Undocumented in source.

Members

Functions

git_message_prettify
int git_message_prettify(libgit2_d.buffer.git_buf* out_, const(char)* message, int strip_comments, char comment_char)

Clean up excess whitespace and make sure there is a trailing newline in the message.

git_message_trailer_array_free
void git_message_trailer_array_free(.git_message_trailer_array* arr)

Clean's up any allocated memory in the git_message_trailer_array filled by a call to git_message_trailers.

git_message_trailers
int git_message_trailers(.git_message_trailer_array* arr, const(char)* message)

Parse trailers out of a message, filling the array pointed to by +arr+.

Structs

git_message_trailer
struct git_message_trailer

Represents a single git message trailer.

git_message_trailer_array
struct git_message_trailer_array

Represents an array of git message trailers.

Meta