Merge branch 'ma/shortlog-revparse'
commit78c20b8fcaf0c46942a8c91e38076358f9a948ac
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 23:25:44 +0000 (10 08:25 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 23:25:44 +0000 (10 08:25 +0900)
tree9f172fdddeacc813299e63bcfa3d778151e9e133
parenta26e1f4b59fd6518c1f0d13eaa6b312eca4a9b14
parent4aa0161e837ef19e52f3bc65471d9ec0f857e20d
Merge branch 'ma/shortlog-revparse'

"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