X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=commit.h;h=de142afe733a6ecd3bcec2abd9f71a358b4ae09d;hb=582af688157607f05447cefce8d91b26eeaee39d;hp=918c9ab5e4eb3173c0d0a0748df40ef857fc7b8b;hpb=5040f17eba15504bad66b14a645bddd9b015ebb7;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);