X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=shortlog.h;h=bc02cc29ef0d5f640ab390614def995f30fe4691;hb=5322ef2006cc93ad76140ff742cd96e74c1ec09b;hp=31ff491b7448f69385cddb640819e7ea14e2fb3e;hpb=4c414e2e09607d53141573710ef6d79db2aa64ae;p=thirdparty%2Fgit.git diff --git a/shortlog.h b/shortlog.h index 31ff491b74..bc02cc29ef 100644 --- a/shortlog.h +++ b/shortlog.h @@ -1,20 +1,21 @@ #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; int wrap; int in1; int in2; + int user_format; char *common_repo_prefix; int email; - struct path_list mailmap; + struct string_list mailmap; }; void shortlog_init(struct shortlog *log);