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;
27 struct string_list mailmap;
31 void shortlog_init(struct shortlog *log);
33 void shortlog_add_commit(struct shortlog *log, struct commit *commit);
35 void shortlog_output(struct shortlog *log);