]> git.ipfire.org Git - thirdparty/git.git/blobdiff - shortlog.h
config: improve error message for boolean config
[thirdparty/git.git] / shortlog.h
index 2fa61c42946262238ae2f1662ef3c2d1e981b274..64be879b241b1bd3daf8d5a30cf736f98211e745 100644 (file)
@@ -15,7 +15,13 @@ struct shortlog {
        int in2;
        int user_format;
        int abbrev;
-       int committer;
+
+       enum {
+               SHORTLOG_GROUP_AUTHOR = (1 << 0),
+               SHORTLOG_GROUP_COMMITTER = (1 << 1),
+               SHORTLOG_GROUP_TRAILER = (1 << 2),
+       } groups;
+       struct string_list trailers;
 
        char *common_repo_prefix;
        int email;