t1000: modernize style
[gitweb.git] / shortlog.h
index de4f86fb970e15491f44dfe38b7d7d6fdc3be9ad..5d64cfe929684807fcfa004ec3edf10d720189c9 100644 (file)
@@ -13,10 +13,12 @@ struct shortlog {
        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);