summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3103cf9)
raw | patch | inline | side by side (parent: 3103cf9)
author | Francis Daly <francis@daoine.org> | |
Wed, 22 Mar 2006 09:53:57 +0000 (09:53 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 22 Mar 2006 19:06:19 +0000 (11:06 -0800) |
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>
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>
Documentation/git-grep.txt | patch | blob | history | |
Documentation/git-whatchanged.txt | patch | blob | history |
index fbd23944814ca31bf4a875d4db6268e5d68f8a15..d55456ae93f2596717cc2468af066dce8c11f2c6 100644 (file)
<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
index f02f939baa9183325d582cc12486a24f3d3ff30f..641cb7ea97feee2971f59cd6113dc85bd41b4480 100644 (file)
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
--------