summaryrefslogtreecommitdiffstats
path: root/git-cat-file.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-28 14:05:25 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-28 14:05:25 -0800
commita90214fb857c988a9e8dff46626dc715918a9330 (patch)
tree756c139e2481e113fa188ed55f6b2c46c153a7a3 /git-cat-file.txt
parentace33e4fa1aa5ba14bafe92218bf07dea068791f (diff)
downloadgit-htmldocs-a90214fb857c988a9e8dff46626dc715918a9330.tar.gz
Autogenerated HTML docs for v2.20.1-421-g9403f
Diffstat (limited to 'git-cat-file.txt')
-rw-r--r--git-cat-file.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-cat-file.txt b/git-cat-file.txt
index 74013335a..9a2e9cdaf 100644
--- a/git-cat-file.txt
+++ b/git-cat-file.txt
@@ -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
output format can be overridden using the optional `<format>` argument. If
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
-space, so that the appropriate drivers can be determined.
+list the object names followed by the path name, separated by a single
+whitespace, so that the appropriate drivers can be determined.
OPTIONS
-------
@@ -79,7 +79,7 @@ OPTIONS
Print object information and contents for each object provided
on stdin. May not be combined with any other options or arguments
except `--textconv` or `--filters`, in which case the input lines
- also need to specify the path, separated by white space. See the
+ also need to specify the path, separated by whitespace. See the
section `BATCH OUTPUT` below for details.
--batch-check::
@@ -87,7 +87,7 @@ OPTIONS
Print object information for each object provided on stdin. May
not be combined with any other options or arguments except
`--textconv` or `--filters`, in which case the input lines also
- need to specify the path, separated by white space. See the
+ need to specify the path, separated by whitespace. See the
section `BATCH OUTPUT` below for details.
--batch-all-objects::