Use "whitespace" consistently
Most of the messages and documentation use 'whitespace' rather than 'white space' or 'white spaces' convert to latter two to the former for consistency. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Reviewed-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fbafb7c682
commit
748aa1aa34
@ -298,7 +298,7 @@ dimmed-zebra::
|
|||||||
settings. It is the same as `--color-moved=no`.
|
settings. It is the same as `--color-moved=no`.
|
||||||
|
|
||||||
--color-moved-ws=<modes>::
|
--color-moved-ws=<modes>::
|
||||||
This configures how white spaces are ignored when performing the
|
This configures how whitespace is ignored when performing the
|
||||||
move detection for `--color-moved`.
|
move detection for `--color-moved`.
|
||||||
ifdef::git-diff[]
|
ifdef::git-diff[]
|
||||||
It can be set by the `diff.colorMovedWS` configuration setting.
|
It can be set by the `diff.colorMovedWS` configuration setting.
|
||||||
@ -316,7 +316,7 @@ ignore-all-space::
|
|||||||
Ignore whitespace when comparing lines. This ignores differences
|
Ignore whitespace when comparing lines. This ignores differences
|
||||||
even if one line has whitespace where the other line has none.
|
even if one line has whitespace where the other line has none.
|
||||||
allow-indentation-change::
|
allow-indentation-change::
|
||||||
Initially ignore any white spaces in the move detection, then
|
Initially ignore any whitespace in the move detection, then
|
||||||
group the moved code blocks only into a block if the change in
|
group the moved code blocks only into a block if the change in
|
||||||
whitespace is the same per line. This is incompatible with the
|
whitespace is the same per line. This is incompatible with the
|
||||||
other modes.
|
other modes.
|
||||||
|
@ -23,8 +23,8 @@ In the second form, a list of objects (separated by linefeeds) is provided on
|
|||||||
stdin, and the SHA-1, type, and size of each object is printed on stdout. The
|
stdin, and the SHA-1, type, and size of each object is printed on stdout. The
|
||||||
output format can be overridden using the optional `<format>` argument. If
|
output format can be overridden using the optional `<format>` argument. If
|
||||||
either `--textconv` or `--filters` was specified, the input is expected to
|
either `--textconv` or `--filters` was specified, the input is expected to
|
||||||
list the object names followed by the path name, separated by a single white
|
list the object names followed by the path name, separated by a single
|
||||||
space, so that the appropriate drivers can be determined.
|
whitespace, so that the appropriate drivers can be determined.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user