libgit2

git_email_create_flags_t

Version:

Formatting options for diff e-mail generation

Values

GIT_EMAIL_CREATE_DEFAULT
0

Normal patch, the default

GIT_EMAIL_CREATE_OMIT_NUMBERS
1

Do not include patch numbers in the subject prefix.

GIT_EMAIL_CREATE_ALWAYS_NUMBER
2

Include numbers in the subject prefix even when the patch is for a single commit (1/1).

GIT_EMAIL_CREATE_NO_RENAMES
3

Do not perform rename or similarity detection.

Versions