diff options
Diffstat (limited to 'shortlog.h')
-rw-r--r-- | shortlog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shortlog.h b/shortlog.h index de4f86fb97..5d64cfe929 100644 --- a/shortlog.h +++ b/shortlog.h @@ -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); |