Autogenerated HTML docs for v1.5.4-rc5-16-gc0279
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 31 Jan 2008 03:20:50 +0000 (03:20 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 31 Jan 2008 03:20:50 +0000 (03:20 +0000)
git-cvsserver.html
git-cvsserver.txt
git-filter-branch.html
git-filter-branch.txt

index d36a41f6499331f648a55afa3cf358a6fe40e8ca..a5099dd440af74cc9721032cff1f59781d6f2a63 100644 (file)
@@ -472,7 +472,7 @@ access method and requested operation.</p>
 <p>That means that even if you offer only read access (e.g. by using\r
 the pserver method), git-cvsserver should have write access to\r
 the database to work reliably (otherwise you need to make sure\r
-that the database if up-to-date all the time git-cvsserver is run).</p>\r
+that the database is up-to-date any time git-cvsserver is executed).</p>\r
 <p>By default it uses SQLite databases in the git directory, named\r
 <tt>gitcvs.&lt;module_name&gt;.sqlite</tt>. Note that the SQLite backend creates\r
 temporary files in the same directory as the database file on\r
@@ -691,7 +691,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-Jan-2008 08:28:22 UTC\r
+Last updated 31-Jan-2008 03:19:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c831548d4abfe8c2da7c8fc9b033d56b94f7a6cd..d3e99931d7d344cdfb04b90133dd926a2aac1c9b 100644 (file)
@@ -183,7 +183,7 @@ access method and requested operation.
 That means that even if you offer only read access (e.g. by using
 the pserver method), git-cvsserver should have write access to
 the database to work reliably (otherwise you need to make sure
-that the database if up-to-date all the time git-cvsserver is run).
+that the database is up-to-date any time git-cvsserver is executed).
 
 By default it uses SQLite databases in the git directory, named
 `gitcvs.<module_name>.sqlite`. Note that the SQLite backend creates
index c021eacfe3648f2e3ef5b01d6e1584a1753eecb0..29d65253e62e28ce6935fd038ab726f0438ffcd6 100644 (file)
@@ -278,7 +278,7 @@ git-filter-branch(1) Manual Page
         [--msg-filter &lt;command&gt;] [--commit-filter &lt;command&gt;]\r
         [--tag-name-filter &lt;command&gt;] [--subdirectory-filter &lt;directory&gt;]\r
         [--original &lt;namespace&gt;] [-d &lt;directory&gt;] [-f | --force]\r
-        [&lt;rev-list options&gt;&#8230;]</div></div>\r
+        &lt;rev-list options&gt;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -593,7 +593,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:20 UTC\r
+Last updated 31-Jan-2008 03:19:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e22dfa580383c0a7af00d9d56e01a1869fb6ce75..a7f51ab4d0c74aa45d737d86da742549c8780273 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
        [--msg-filter <command>] [--commit-filter <command>]
        [--tag-name-filter <command>] [--subdirectory-filter <directory>]
        [--original <namespace>] [-d <directory>] [-f | --force]
-       [<rev-list options>...]
+       <rev-list options>
 
 DESCRIPTION
 -----------