X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=shortlog.h;h=64be879b241b1bd3daf8d5a30cf736f98211e745;hb=4c7eb63d2d4ad6d88a336357baaa6a934b604eda;hp=2fa61c42946262238ae2f1662ef3c2d1e981b274;hpb=20b3bc155864730380e8186f7d71ee2196a79603;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;