travis-ci: switch to Xcode 10.1 macOS image
[gitweb.git] / shortlog.h
index bc02cc29ef0d5f640ab390614def995f30fe4691..2fa61c42946262238ae2f1662ef3c2d1e981b274 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "string-list.h"
 
+struct commit;
+
 struct shortlog {
        struct string_list list;
        int summary;
@@ -12,10 +14,13 @@ struct shortlog {
        int in1;
        int in2;
        int user_format;
+       int abbrev;
+       int committer;
 
        char *common_repo_prefix;
        int email;
        struct string_list mailmap;
+       FILE *file;
 };
 
 void shortlog_init(struct shortlog *log);