Skip to content

Commit

Permalink
Format tweaks for asciidoc.
Browse files Browse the repository at this point in the history
Some documentation "options" were followed by independent preformatted
paragraphs. Now they are associated plain text paragraphs. The
difference is clear in the generated html.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Francis Daly authored and Junio C Hamano committed Mar 22, 2006
1 parent 3103cf9 commit b0d08a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Documentation/git-grep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ OPTIONS

<option>...::
Either an option to pass to `grep` or `git-ls-files`.

The following are the specific `git-ls-files` options
that may be given: `-o`, `--cached`, `--deleted`, `--others`,
`--killed`, `--ignored`, `--modified`, `--exclude=*`,
`--exclude-from=*`, and `--exclude-per-directory=*`.

All other options will be passed to `grep`.
+
The following are the specific `git-ls-files` options
that may be given: `-o`, `--cached`, `--deleted`, `--others`,
`--killed`, `--ignored`, `--modified`, `--exclude=\*`,
`--exclude-from=\*`, and `--exclude-per-directory=\*`.
+
All other options will be passed to `grep`.

<pattern>::
The pattern to look for. The first non option is taken
Expand Down
6 changes: 3 additions & 3 deletions Documentation/git-whatchanged.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ OPTIONS
By default, differences for merge commits are not shown.
With this flag, show differences to that commit from all
of its parents.

However, it is not very useful in general, although it
*is* useful on a file-by-file basis.
+
However, it is not very useful in general, although it
*is* useful on a file-by-file basis.

Examples
--------
Expand Down

0 comments on commit b0d08a5

Please sign in to comment.