Documentation: add missing second colons and remove a typo
It takes two colons to mark text as item label. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
2344d47fba
commit
23bed43d0c
@ -34,7 +34,7 @@ OPTIONS
|
|||||||
Report the list of objects being walked locally and the
|
Report the list of objects being walked locally and the
|
||||||
list of objects successfully sent to the remote repository.
|
list of objects successfully sent to the remote repository.
|
||||||
|
|
||||||
<ref>...:
|
<ref>...::
|
||||||
The remote refs to update.
|
The remote refs to update.
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ OPTIONS
|
|||||||
<directory>::
|
<directory>::
|
||||||
The repository to update.
|
The repository to update.
|
||||||
|
|
||||||
<ref>...:
|
<ref>...::
|
||||||
The remote refs to update.
|
The remote refs to update.
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ OPTIONS
|
|||||||
Sort output according to the number of commits per author instead
|
Sort output according to the number of commits per author instead
|
||||||
of author alphabetic order.
|
of author alphabetic order.
|
||||||
|
|
||||||
-s:
|
-s::
|
||||||
Supress commit description and Provide a commit count summary only.
|
Supress commit description and provide a commit count summary only.
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
-----
|
-----
|
||||||
|
@ -179,7 +179,7 @@ object name::
|
|||||||
character hexadecimal encoding of the hash of the object (possibly
|
character hexadecimal encoding of the hash of the object (possibly
|
||||||
followed by a white space).
|
followed by a white space).
|
||||||
|
|
||||||
object type:
|
object type::
|
||||||
One of the identifiers "commit","tree","tag" and "blob" describing
|
One of the identifiers "commit","tree","tag" and "blob" describing
|
||||||
the type of an object.
|
the type of an object.
|
||||||
|
|
||||||
@ -324,7 +324,7 @@ tag::
|
|||||||
A tag is most typically used to mark a particular point in the
|
A tag is most typically used to mark a particular point in the
|
||||||
commit ancestry chain.
|
commit ancestry chain.
|
||||||
|
|
||||||
unmerged index:
|
unmerged index::
|
||||||
An index which contains unmerged index entries.
|
An index which contains unmerged index entries.
|
||||||
|
|
||||||
working tree::
|
working tree::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user