doc: enforce placeholders in documentation
Any string that is not meant to be used verbatim in the documentation should be marked as a placeholder. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
2162f9f6f8
commit
51e846e673
@ -299,7 +299,7 @@ and accumulating child directory counts in the parent directories:
|
|||||||
Synonym for --dirstat=cumulative
|
Synonym for --dirstat=cumulative
|
||||||
|
|
||||||
--dirstat-by-file[=<param1,param2>...]::
|
--dirstat-by-file[=<param1,param2>...]::
|
||||||
Synonym for --dirstat=files,param1,param2...
|
Synonym for --dirstat=files,<param1>,<param2>...
|
||||||
|
|
||||||
--summary::
|
--summary::
|
||||||
Output a condensed summary of extended header information
|
Output a condensed summary of extended header information
|
||||||
|
@ -103,11 +103,11 @@ OPTIONS
|
|||||||
names are not.
|
names are not.
|
||||||
|
|
||||||
--get-urlmatch <name> <URL>::
|
--get-urlmatch <name> <URL>::
|
||||||
When given a two-part name section.key, the value for
|
When given a two-part <name> as <section>.<key>, the value for
|
||||||
section.<URL>.key whose <URL> part matches the best to the
|
<section>.<URL>.<key> whose <URL> part matches the best to the
|
||||||
given URL is returned (if no such key exists, the value for
|
given URL is returned (if no such key exists, the value for
|
||||||
section.key is used as a fallback). When given just the
|
<section>.<key> is used as a fallback). When given just the
|
||||||
section as name, do so for all the keys in the section and
|
<section> as name, do so for all the keys in the section and
|
||||||
list them. Returns error code 1 if no value is found.
|
list them. Returns error code 1 if no value is found.
|
||||||
|
|
||||||
--global::
|
--global::
|
||||||
|
@ -141,8 +141,8 @@ otherwise `stderr`.
|
|||||||
specified with no parameter, a request to
|
specified with no parameter, a request to
|
||||||
git://host/{tilde}alice/foo is taken as a request to access
|
git://host/{tilde}alice/foo is taken as a request to access
|
||||||
'foo' repository in the home directory of user `alice`.
|
'foo' repository in the home directory of user `alice`.
|
||||||
If `--user-path=path` is specified, the same request is
|
If `--user-path=<path>` is specified, the same request is
|
||||||
taken as a request to access `path/foo` repository in
|
taken as a request to access `<path>/foo` repository in
|
||||||
the home directory of user `alice`.
|
the home directory of user `alice`.
|
||||||
|
|
||||||
--verbose::
|
--verbose::
|
||||||
|
@ -90,7 +90,7 @@ instead. `--no-symlinks` is the default on Windows.
|
|||||||
--extcmd=<command>::
|
--extcmd=<command>::
|
||||||
Specify a custom command for viewing diffs.
|
Specify a custom command for viewing diffs.
|
||||||
'git-difftool' ignores the configured defaults and runs
|
'git-difftool' ignores the configured defaults and runs
|
||||||
`$command $LOCAL $REMOTE` when this option is specified.
|
`<command> $LOCAL $REMOTE` when this option is specified.
|
||||||
Additionally, `$BASE` is set in the environment.
|
Additionally, `$BASE` is set in the environment.
|
||||||
|
|
||||||
-g::
|
-g::
|
||||||
|
@ -202,7 +202,7 @@ If you just want to run git as if it was started in `<path>` then use
|
|||||||
Do not perform optional operations that require locks. This is
|
Do not perform optional operations that require locks. This is
|
||||||
equivalent to setting the `GIT_OPTIONAL_LOCKS` to `0`.
|
equivalent to setting the `GIT_OPTIONAL_LOCKS` to `0`.
|
||||||
|
|
||||||
--list-cmds=group[,group...]::
|
--list-cmds=<group>[,<group>...]::
|
||||||
List commands by group. This is an internal/experimental
|
List commands by group. This is an internal/experimental
|
||||||
option and may change or be removed in the future. Supported
|
option and may change or be removed in the future. Supported
|
||||||
groups are: builtins, parseopt (builtin commands that use
|
groups are: builtins, parseopt (builtin commands that use
|
||||||
|
Reference in New Issue
Block a user