X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=de142afe733a6ecd3bcec2abd9f71a358b4ae09d;hb=fd60acaced6de16ebfb66959067e2b29f99a133e;hp=918c9ab5e4eb3173c0d0a0748df40ef857fc7b8b;hpb=fcedc5a98643cedceb7e7ad3ddb5e3a5aa3dc593;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);