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

struct git_email_create_options
const(char)* subject_prefix;

Meta