Merge branch 'nd/help-commands-verbose-by-default'
commit54e564e1d626fbcfb5eabddaccc9daf0aae6a9be
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:05 +0000 (19 13:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:05 +0000 (19 13:34 +0900)
tree3c025041538bfc29e3c1fd03837bba2a6bec12c6
parent0d4f473a985e5b5f15ae88fd8dda695a694b9955
parent26c7d0678324d99b56d3044acfdfab57ee670af4
Merge branch 'nd/help-commands-verbose-by-default'

"git help -a" and "git help -av" give different pieces of
information, and generally the "verbose" version is more friendly
to the new users.  "git help -a" by default now uses the more
verbose output (with "--no-verbose", you can go back to the
original).  Also "git help -av" now lists aliases and external
commands, which it did not used to.

* nd/help-commands-verbose-by-default:
  help -a: improve and make --verbose default