git_diff_format_email_options

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

Members

Variables

author
const(libgit2_d.types.git_signature)* author;

Author of the change

body_
const(char)* body_;

Commit message's body

flags
uint flags;

see git_diff_format_email_flags_t above

id
const(libgit2_d.oid.git_oid)* id;

id to use for the commit

patch_no
size_t patch_no;

This patch number

summary
const(char)* summary;

Summary of the change

total_patches
size_t total_patches;

Total number of patches in this series

version_
uint version_;
Undocumented in source.

Meta