]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
Merge branch 'jc/shortlog-ref-exclude'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 18:30:12 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 18:30:13 +0000 (11:30 -0700)
commit07768e03b5a5efc9d768d6afc6246d2ec345cace
tree34c7bd86258ada7c6801b1c75041e1b2e9c8b9fc
parent251cb96eabb983ee1b699254399642b306cf19bf
parenteb077745a4f22183faec93e46e053ccddabcc88b
Merge branch 'jc/shortlog-ref-exclude'

"log --exclude=<glob> --all | shortlog" worked as expected, but
"shortlog --exclude=<glob> --all" 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