X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=01eec60a1ecc2ff3c73850cb510ba71767e47e03;hb=d23358fb93c3d8af76bfd1aac584e33852d5e5aa;hp=de142afe733a6ecd3bcec2abd9f71a358b4ae09d;hpb=89719209f48fe7d9694710795b1ec1d5fd7ebfc0;p=git.git diff --git a/commit.h b/commit.h index de142afe7..01eec60a1 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, };