4 #include "string-list.h"
10 struct string_list list
;
19 struct date_mode date_mode
;
22 SHORTLOG_GROUP_AUTHOR
= (1 << 0),
23 SHORTLOG_GROUP_COMMITTER
= (1 << 1),
24 SHORTLOG_GROUP_TRAILER
= (1 << 2),
25 SHORTLOG_GROUP_FORMAT
= (1 << 3),
27 struct string_list trailers
;
28 struct string_list format
;
31 struct string_list mailmap
;
35 void shortlog_init(struct shortlog
*log
);
36 void shortlog_finish_setup(struct shortlog
*log
);
38 void shortlog_add_commit(struct shortlog
*log
, struct commit
*commit
);
40 void shortlog_output(struct shortlog
*log
);