X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=shortlog.h;h=bc02cc29ef0d5f640ab390614def995f30fe4691;hb=7da4e2280ccaf5ecb357f7cb2b81d62f78f00f9e;hp=6608ee80b08881146b2678dba3120a036b69cc28;hpb=223bb84572c8b2058e175e8452913bcb1bdb0ade;p=git.git diff --git a/shortlog.h b/shortlog.h index 6608ee80b..bc02cc29e 100644 --- a/shortlog.h +++ b/shortlog.h @@ -1,10 +1,10 @@ #ifndef SHORTLOG_H #define SHORTLOG_H -#include "path-list.h" +#include "string-list.h" struct shortlog { - struct path_list list; + struct string_list list; int summary; int wrap_lines; int sort_by_number; @@ -15,7 +15,7 @@ struct shortlog { char *common_repo_prefix; int email; - struct path_list mailmap; + struct string_list mailmap; }; void shortlog_init(struct shortlog *log);