Merge branch 'ma/shortlog-revparse' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:11:03 +0000 (15:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:11:03 +0000 (15:11 -0700)
"git shortlog cruft" aborted with a BUG message when run outside a
Git repository. The command has been taught to complain about
extra and unwanted arguments on its command line instead in such a
case.

* ma/shortlog-revparse:
shortlog: disallow left-over arguments outside repo
shortlog: add usage-string for stdin-reading
git-shortlog.txt: reorder usages

Trivial merge