X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=commit.h;h=de142afe733a6ecd3bcec2abd9f71a358b4ae09d;hb=c1aee1fd8d94da9b3c5d2dc1d4264f7e73a58f80;hp=918c9ab5e4eb3173c0d0a0748df40ef857fc7b8b;hpb=a906ce6aa78ac8febf466b46c6fae029137cd506;p=git.git diff --git a/commit.h b/commit.h index 918c9ab5..de142afe 100644 --- a/commit.h +++ b/commit.h @@ -45,6 +45,8 @@ enum cmit_fmt { CMIT_FMT_FULL, CMIT_FMT_FULLER, CMIT_FMT_ONELINE, + + CMIT_FMT_UNSPECIFIED, }; extern enum cmit_fmt get_commit_format(const char *arg);