Format tweaks for asciidoc.

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>
maint
Francis Daly 2006-03-22 09:53:57 +00:00 committed by Junio C Hamano
parent 3103cf9e1e
commit b0d08a504b
2 changed files with 10 additions and 10 deletions

View File

@ -24,13 +24,13 @@ OPTIONS


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

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

+
All other options will be passed to `grep`. All other options will be passed to `grep`.


<pattern>:: <pattern>::
The pattern to look for. The first non option is taken The pattern to look for. The first non option is taken

View File

@ -47,9 +47,9 @@ OPTIONS
By default, differences for merge commits are not shown. By default, differences for merge commits are not shown.
With this flag, show differences to that commit from all With this flag, show differences to that commit from all
of its parents. of its parents.

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


Examples Examples
-------- --------