libgit2

git_message_trailer_array

Version:

Represents an array of git message trailers.

Struct members under the private comment are private, subject to change and should not be used by callers.

Signature

typedef struct git_message_trailer_array { git_message_trailer *trailers size_t count char *_trailer_block };

Members

size_t
count
char *
_trailer_block

Parameter To

Versions