4 #include "string-list.h"
9 struct string_list list;
20 SHORTLOG_GROUP_AUTHOR = (1 << 0),
21 SHORTLOG_GROUP_COMMITTER = (1 << 1),
22 SHORTLOG_GROUP_TRAILER = (1 << 2),
24 struct string_list trailers;
26 char *common_repo_prefix;
28 struct string_list mailmap;
32 void shortlog_init(struct shortlog *log);
34 void shortlog_add_commit(struct shortlog *log, struct commit *commit);
36 void shortlog_output(struct shortlog *log);