Merge branch 'jc/shortlog-ref-exclude' into maint
commit8675779454ed3007bd2a8f83d013e05a65c2d480
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:49:10 +0000 (25 11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:49:11 +0000 (25 11:49 -0700)
tree2fa13d33597da190866a5655f36a45584da4c90f
parentc4f79d13b93a7ce53c932c3970403d8f10904d30
parenteb077745a4f22183faec93e46e053ccddabcc88b
Merge branch 'jc/shortlog-ref-exclude' into maint

"git log --exclude=<glob> --all | git shortlog" worked as expected,
but "git shortlog --exclude=<glob> --all", which is supposed to be
identical to the above pipeline, was not accepted at the command
line argument parser level.

* jc/shortlog-ref-exclude:
  shortlog: allow --exclude=<glob> to be passed
revision.c
t/t4201-shortlog.sh