Autogenerated HTML docs for v1.5.4.1-122-gaa8d
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 14 Feb 2008 00:51:31 +0000 (00:51 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 14 Feb 2008 00:51:31 +0000 (00:51 +0000)
git-clone.html
git-clone.txt
git-cvsimport.html
git-cvsimport.txt
git.html
git.txt

index d95c6653c4ead738ca50aedcdeb7fc4f751ff655..737769d391f0ad81fdb34f62fb970aae5c7f0dc8 100644 (file)
@@ -341,13 +341,13 @@ configuration variables.</p>
         .git/objects/info/alternates to share the objects\r
         with the source repository.  The resulting repository\r
         starts out without any object of its own.\r
-        <strong>NOTE</strong>: this is a possibly dangerous operation; do <strong>not</strong> use\r
-        it unless you understand what it does. If you clone your\r
-        repository using this option, then delete branches in the\r
-        source repository and then run <a href="git-gc.html">git-gc(1)</a> using the\r
-        <em>--prune</em> option in the source repository, it may remove\r
-        objects which are referenced by the cloned repository.\r
 </p>\r
+<p><strong>NOTE</strong>: this is a possibly dangerous operation; do <strong>not</strong> use\r
+it unless you understand what it does. If you clone your\r
+repository using this option, then delete branches in the\r
+source repository and then run <a href="git-gc.html">git-gc(1)</a> using the\r
+<em>--prune</em> option in the source repository, it may remove\r
+objects which are referenced by the cloned repository.</p>\r
 </dd>\r
 <dt>\r
 --reference &lt;repository&gt;\r
@@ -646,7 +646,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Jan-2008 07:28:35 UTC\r
+Last updated 14-Feb-2008 00:51:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 23418816146d0b65eeabdd7a3d67dcd7e8c760e1..975824301a45bfa297f2ecd5c19e429cb9c86c65 100644 (file)
@@ -62,12 +62,13 @@ OPTIONS
        .git/objects/info/alternates to share the objects
        with the source repository.  The resulting repository
        starts out without any object of its own.
-       *NOTE*: this is a possibly dangerous operation; do *not* use
-       it unless you understand what it does. If you clone your
-       repository using this option, then delete branches in the
-       source repository and then run linkgit:git-gc[1] using the
-       '--prune' option in the source repository, it may remove
-       objects which are referenced by the cloned repository.
++
+*NOTE*: this is a possibly dangerous operation; do *not* use
+it unless you understand what it does. If you clone your
+repository using this option, then delete branches in the
+source repository and then run linkgit:git-gc[1] using the
+'--prune' option in the source repository, it may remove
+objects which are referenced by the cloned repository.
 
 
 
index 5fb6a086d9b5c9fac8d9c69bc41c947fae24f673..6b7338f2d61ac777243aea3c53232717ffba59a3 100644 (file)
@@ -440,8 +440,8 @@ the old cvs2git tool.</p>
 <dd>\r
 <p>\r
         Attempt to detect merges based on the commit message with a custom\r
-        regex. It can be used with <em>-m</em> to also see the default regexes.\r
-        You must escape forward slashes.\r
+        regex. It can be used with <em>-m</em> to enable the default regexes\r
+        as well. You must escape forward slashes.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -526,7 +526,7 @@ various participants of 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:10 UTC\r
+Last updated 14-Feb-2008 00:51:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index dbce503694049ced5232423ffa11bb9a896e3c52..6f91b9ea2a17df8fc8e3c00fdf0d5c74a6c17950 100644 (file)
@@ -107,8 +107,8 @@ If you need to pass multiple options, separate them with a comma.
 
 -M <regex>::
        Attempt to detect merges based on the commit message with a custom
-       regex. It can be used with '-m' to also see the default regexes.
-       You must escape forward slashes.
+       regex. It can be used with '-m' to enable the default regexes
+       as well. You must escape forward slashes.
 
 -S <regex>::
        Skip paths matching the regex.
index d5671bed3e9ccdee0f81de99366624d006b63296..90c9e93dc4b291e568c604f862ab0e88cd1dad7e 100644 (file)
--- a/git.html
+++ b/git.html
@@ -1946,7 +1946,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Feb-2008 06:48:21 UTC\r
+Last updated 14-Feb-2008 00:51:08 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index 17aee93ec5c89e1f1d0d499acaf08bf3cc300662..e22c4c4ae9c9b1cefca1c4c64ae03562bc3f301b 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v1.5.4/git.html[documentation for release 1.5.4]
+* link:v1.5.4.1/git.html[documentation for release 1.5.4.1]
 
 * release notes for
+  link:RelNotes-1.5.4.1.txt[1.5.4.1],
   link:RelNotes-1.5.4.txt[1.5.4].
 
 * link:v1.5.3.8/git.html[documentation for release 1.5.3.8]