]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/doc-single-h-is-for-help'
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Mar 2020 17:58:16 +0000 (10:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Mar 2020 17:58:16 +0000 (10:58 -0700)
commitcdef998b4619cb9acfe2955fcbe9db0ea2f46d33
tree4c432e3949bd06dc86934f34cbe7f89c94abe191
parentb4374e96c84ed9394fed363973eb540da308ed4f
parent1ff466c018692d0ac7c5f30a449632659e87a73b
Merge branch 'jc/doc-single-h-is-for-help'

Both "git ls-remote -h" and "git grep -h" give short usage help,
like any other Git subcommand, but it is not unreasonable to expect
that the former would behave the same as "git ls-remote --head"
(there is no other sensible behaviour for the latter).  The
documentation has been updated in an attempt to clarify this.

* jc/doc-single-h-is-for-help:
  Documentation: clarify that `-h` alone stands for `help`
Documentation/git-ls-remote.txt
Documentation/gitcli.txt