git_email_create_options

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

Members

Variables

diff_find_opts
libgit2.diff.git_diff_find_options diff_find_opts;

Options for finding similarities within diffs

diff_opts
libgit2.diff.git_diff_options diff_opts;

Options to use when creating diffs

flags
uint flags;

see git_email_create_flags_t above

reroll_number
size_t reroll_number;

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

start_number
size_t start_number;

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

subject_prefix
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.

version_
uint version_;
Undocumented in source.

Meta