提交 f1cdcc70 编写于 作者: R Ralf Wildenhues 提交者: Junio C Hamano

Documentation: typofix

Signed-off-by: NRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 b2e62a7d
...@@ -95,7 +95,7 @@ $ git foo -oArg ...@@ -95,7 +95,7 @@ $ git foo -oArg
$ git foo -o Arg $ git foo -o Arg
---------------------------- ----------------------------
However, this is *NOT* allowed for switches with an optionnal value, where the However, this is *NOT* allowed for switches with an optional value, where the
'sticked' form must be used: 'sticked' form must be used:
---------------------------- ----------------------------
$ git describe --abbrev HEAD # correct $ git describe --abbrev HEAD # correct
......
...@@ -102,13 +102,13 @@ Notable members are: ...@@ -102,13 +102,13 @@ Notable members are:
and copies. and copies.
`abbrev`:: `abbrev`::
Number of hexdigits to abbrevate raw format output to. Number of hexdigits to abbreviate raw format output to.
`pickaxe`:: `pickaxe`::
A constant string (can and typically does contain newlines to A constant string (can and typically does contain newlines to
look for a block of text, not just a single line) to filter out look for a block of text, not just a single line) to filter out
the filepairs that do not change the number of strings contained the filepairs that do not change the number of strings contained
in its preimage and postmage of the diff_queue. in its preimage and postimage of the diff_queue.
`flags`:: `flags`::
This is mostly a collection of boolean options that affects the This is mostly a collection of boolean options that affects the
...@@ -149,7 +149,7 @@ REVERSE_DIFF;; ...@@ -149,7 +149,7 @@ REVERSE_DIFF;;
EXIT_WITH_STATUS;; EXIT_WITH_STATUS;;
For communication between the calling program and the options For communication between the calling program and the options
parser; tell the calling program to signal the presense of parser; tell the calling program to signal the presence of
difference using program exit code. difference using program exit code.
HAS_CHANGES;; HAS_CHANGES;;
......
...@@ -125,7 +125,7 @@ Pack file entry: <+ ...@@ -125,7 +125,7 @@ Pack file entry: <+
- A table of 4-byte CRC32 values of the packed object data. - A table of 4-byte CRC32 values of the packed object data.
This is new in v2 so compressed data can be copied directly This is new in v2 so compressed data can be copied directly
from pack to pack during repacking withough undetected from pack to pack during repacking without undetected
data corruption. data corruption.
- A table of 4-byte offset values (in network byte order). - A table of 4-byte offset values (in network byte order).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册