Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-27 19:10:20 +0300
committerJunio C Hamano <gitster@pobox.com>2020-02-28 01:14:01 +0300
commit1ff466c018692d0ac7c5f30a449632659e87a73b (patch)
tree40921b850bde615a378d346174c504e2ab2f29a8 /Documentation/gitcli.txt
parent4cd1cf31efed9b16db5035c377bfa222f5272458 (diff)
Documentation: clarify that `-h` alone stands for `help`
We seem to be getting new users who get confused every 20 months or so with this "-h consistently wants to give help, but the commands to which `-h` may feel like a good short-form option want it to mean something else." compromise. Let's make sure that the readers know that `git cmd -h` (with no other arguments) is a way to get usage text, even for commands like ls-remote and grep. Also extend the description that is already in gitcli.txt, as it is clear that users still get confused with the current text. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcli.txt')
-rw-r--r--Documentation/gitcli.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt
index 592e06d839..06608ea205 100644
--- a/Documentation/gitcli.txt
+++ b/Documentation/gitcli.txt
@@ -120,6 +120,11 @@ usage: git describe [<options>] <commit-ish>*
--long always use long format
--abbrev[=<n>] use <n> digits to display SHA-1s
---------------------------------------------
++
+Note that some subcommand (e.g. `git grep`) may behave differently
+when there are things on the command line other than `-h`, but `git
+subcmd -h` without anything else on the command line is meant to
+consistently give the usage.
--help-all::
Some Git commands take options that are only used for plumbing or that