Merge branch 'jk/shortlog'
commita1c5405a522858af39036cde8af37bbe1aaa9a38
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Jan 2016 00:10:14 +0000 (28 16:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Jan 2016 00:10:14 +0000 (28 16:10 -0800)
tree16adaa48837af8834bc135b48a3f772a22d8d114
parentb62624b51a54325e6884c197352dc0dcef700325
parentd6b16ce9147e787cce3551fc79d52b3e30c3ad3a
Merge branch 'jk/shortlog'

"git shortlog" used to accumulate various pieces of information
regardless of what was asked to be shown in the final output.  It
has been optimized by noticing what need not to be collected
(e.g. there is no need to collect the log messages when showing
only the number of changes).

* jk/shortlog:
  shortlog: don't warn on empty author
  shortlog: optimize out useless string list
  shortlog: optimize out useless "<none>" normalization
  shortlog: optimize "--summary" mode
  shortlog: replace hand-parsing of author with pretty-printer
  shortlog: use strbufs to read from stdin
  shortlog: match both "Author:" and "author" on stdin
builtin/shortlog.c