]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/doc-single-h-is-for-help' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 22:02:24 +0000 (15:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2020 22:02:24 +0000 (15:02 -0700)
commitfda2baffd25226d5ebfbd93df53633b447185499
tree098161a2c7ce8db189c94b0313bae629aa7ab917
parent41d910ea6ce58b2d7322f7bff5877ead33f34b8c
parent1ff466c018692d0ac7c5f30a449632659e87a73b
Merge branch 'jc/doc-single-h-is-for-help' into maint

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