summaryrefslogtreecommitdiff
path: root/shortlog.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-12-27 00:11:44 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-12-27 00:11:44 -0800
commitad1b4e2c0e5521da39e13088f197b256303a2fc8 (patch)
treea27f3769c1d19b968db460186360bc45edb365a9 /shortlog.h
parentMerge branch 'mk/mingw-winansi-ttyname-termination-fix' (diff)
parentt4201: make tests work with and without the MINGW prerequiste (diff)
downloadtgif-ad1b4e2c0e5521da39e13088f197b256303a2fc8.tar.xz
Merge branch 'lt/shortlog-by-committer'
"git shortlog" learned "--committer" option to group commits by committer, instead of author. * lt/shortlog-by-committer: t4201: make tests work with and without the MINGW prerequiste shortlog: test and document --committer option shortlog: group by committer information
Diffstat (limited to 'shortlog.h')
-rw-r--r--shortlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shortlog.h b/shortlog.h
index 5a326c6860..5d64cfe929 100644
--- a/shortlog.h
+++ b/shortlog.h
@@ -13,6 +13,7 @@ struct shortlog {
int in2;
int user_format;
int abbrev;
+ int committer;
char *common_repo_prefix;
int email;