X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=01eec60a1ecc2ff3c73850cb510ba71767e47e03;hb=83262ec139e5012e20fddb30aabcd8d7c9f64e34;hp=de142afe733a6ecd3bcec2abd9f71a358b4ae09d;hpb=34e98ea56414adc5a582e6368e8ec9c109dbee48;p=git.git diff --git a/commit.h b/commit.h index de142afe..01eec60a 100644 --- a/commit.h +++ b/commit.h @@ -45,6 +45,7 @@ enum cmit_fmt { CMIT_FMT_FULL, CMIT_FMT_FULLER, CMIT_FMT_ONELINE, + CMIT_FMT_EMAIL, CMIT_FMT_UNSPECIFIED, };