X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=01eec60a1ecc2ff3c73850cb510ba71767e47e03;hb=2448482b3d5e265dd29fa38c3827565f6f2f31ec;hp=de142afe733a6ecd3bcec2abd9f71a358b4ae09d;hpb=3c144afe50b58875a41ea56ef118f41be7bf605a;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, };