X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=shortlog.h;h=64be879b241b1bd3daf8d5a30cf736f98211e745;hb=902f358555ca048755e3b9bee6b73dbc0f5d92c6;hp=2fa61c42946262238ae2f1662ef3c2d1e981b274;hpb=4e09a7b54009b6a2038438ee9c5d91102702257d;p=thirdparty%2Fgit.git diff --git a/shortlog.h b/shortlog.h index 2fa61c4294..64be879b24 100644 --- a/shortlog.h +++ b/shortlog.h @@ -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;