Autogenerated HTML docs for v1.2.4-g79f5
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 24 Mar 2006 08:11:06 +0000 (08:11 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 24 Mar 2006 08:11:06 +0000 (08:11 +0000)
git-grep.html
git-grep.txt
git-whatchanged.html
git-whatchanged.txt

index 03dcf01..11f2f7e 100644 (file)
@@ -298,17 +298,11 @@ containing a match to the given pattern.</p>
 <p>\r
         Either an option to pass to <tt>grep</tt> or <tt>git-ls-files</tt>.\r
 </p>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>The following are the specific `git-ls-files` options\r
-that may be given: `-o`, `--cached`, `--deleted`, `--others`,\r
-`--killed`, `--ignored`, `--modified`, `--exclude=*`,\r
-`--exclude-from=*`, and `--exclude-per-directory=*`.</tt></pre>\r
-</div></div>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>All other options will be passed to `grep`.</tt></pre>\r
-</div></div>\r
+<p>The following are the specific <tt>git-ls-files</tt> options\r
+that may be given: <tt>-o</tt>, <tt>--cached</tt>, <tt>--deleted</tt>, <tt>--others</tt>,\r
+<tt>--killed</tt>, <tt>--ignored</tt>, <tt>--modified</tt>, <tt>--exclude=*</tt>,\r
+<tt>--exclude-from=*</tt>, and <tt>--exclude-per-directory=*</tt>.</p>\r
+<p>All other options will be passed to <tt>grep</tt>.</p>\r
 </dd>\r
 <dt>\r
 &lt;pattern&gt;\r
@@ -345,7 +339,7 @@ that may be given: `-o`, `--cached`, `--deleted`, `--others`,
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:27 UTC\r
+Last updated 24-Mar-2006 08:11:01 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fbd2394..d55456a 100644 (file)
@@ -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
index bd11c0e..48be59e 100644 (file)
@@ -340,11 +340,8 @@ these commands.</p>
         With this flag, show differences to that commit from all\r
         of its parents.\r
 </p>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>However, it is not very useful in general, although it\r
-*is* useful on a file-by-file basis.</tt></pre>\r
-</div></div>\r
+<p>However, it is not very useful in general, although it\r
+<strong>is</strong> useful on a file-by-file basis.</p>\r
 </dd>\r
 </dl>\r
 </div>\r
@@ -387,7 +384,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Mar-2006 00:31:39 UTC\r
+Last updated 24-Mar-2006 08:11:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f02f939..641cb7e 100644 (file)
@@ -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
 --------