libgit2

git_email_create_options

Version:

Options for controlling the formatting of the generated e-mail.

Signature

typedef struct git_email_create_options { unsigned int version uint32_t flags git_diff_options diff_opts git_diff_find_options diff_find_opts const char *subject_prefix size_t start_number size_t reroll_number };

Members

unsigned int
version
uint32_t
flags
diff_opts

Options to use when creating diffs

diff_find_opts

Options for finding similarities within diffs

const char *
subject_prefix

The subject prefix, by default "PATCH". If set to an empty string ("") then only the patch numbers will be shown in the prefix. If the subject_prefix is empty and patch numbers are not being shown, the prefix will be omitted entirely.

size_t
start_number

The starting patch number; this cannot be 0. By default, this is 1.

size_t
reroll_number

The "re-roll" number. By default, there is no re-roll.

Parameter To

Versions