Skip to content

Commit

Permalink
Documentation: fix git-format-patch mark-up and link it from git.txt
Browse files Browse the repository at this point in the history
Two asterisks the SYNOPSIS section were mistaken as emphasis,
and the latter backtick in "`<key>`s" were not recognized as
closing backtick.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 28, 2006
1 parent ba7545a commit 1dc5e55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-for-each-ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ git-for-each-ref - Output information on each ref

SYNOPSIS
--------
'git-for-each-ref' [--count=<count>]* [--shell|--perl|--python] [--sort=<key>]* [--format=<format>] [<pattern>]
'git-for-each-ref' [--count=<count>]\* [--shell|--perl|--python] [--sort=<key>]\* [--format=<format>] [<pattern>]

DESCRIPTION
-----------

Iterate over all refs that match `<pattern>` and show them
according to the given `<format>`, after sorting them according
to the given set of `<key>`s. If `<max>` is given, stop after
to the given set of `<key>`. If `<max>` is given, stop after
showing that many refs. The interporated values in `<format>`
can optionally be quoted as string literals in the specified
host language allowing their direct evaluation in that language.
Expand Down
3 changes: 3 additions & 0 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ gitlink:git-diff-stages[1]::
gitlink:git-diff-tree[1]::
Compares the content and mode of blobs found via two tree objects.

gitlink:git-for-each-ref[1]::
Output information on each ref.

gitlink:git-fsck-objects[1]::
Verifies the connectivity and validity of the objects in the database.

Expand Down

0 comments on commit 1dc5e55

Please sign in to comment.