Skip to content

Commit

Permalink
Documentation: add missing second colons and remove a typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rene Scharfe authored and Junio C Hamano committed Oct 12, 2006
1 parent 2344d47 commit 23bed43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-http-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ OPTIONS
Report the list of objects being walked locally and the
list of objects successfully sent to the remote repository.

<ref>...:
<ref>...::
The remote refs to update.


Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-send-pack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ OPTIONS
<directory>::
The repository to update.

<ref>...:
<ref>...::
The remote refs to update.


Expand Down
4 changes: 2 additions & 2 deletions Documentation/git-shortlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ OPTIONS
Sort output according to the number of commits per author instead
of author alphabetic order.

-s:
Supress commit description and Provide a commit count summary only.
-s::
Supress commit description and provide a commit count summary only.

FILES
-----
Expand Down
4 changes: 2 additions & 2 deletions Documentation/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ object name::
character hexadecimal encoding of the hash of the object (possibly
followed by a white space).

object type:
object type::
One of the identifiers "commit","tree","tag" and "blob" describing
the type of an object.

Expand Down Expand Up @@ -324,7 +324,7 @@ tag::
A tag is most typically used to mark a particular point in the
commit ancestry chain.

unmerged index:
unmerged index::
An index which contains unmerged index entries.

working tree::
Expand Down

0 comments on commit 23bed43

Please sign in to comment.