libgit2

git_diff_format_email_options

Version:

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

Signature

typedef struct git_diff_format_email_options { unsigned int version git_diff_format_email_flags_t flags size_t patch_no size_t total_patches const git_oid *id const char *summary const char *body const git_signature *author };

Members

unsigned int
version
size_t
patch_no

This patch number

size_t
total_patches

Total number of patches in this series

id

id to use for the commit

const char *
summary

Summary of the change

const char *
body

Commit message's body

author

Author of the change

Parameter To

Versions