Autogenerated HTML docs for v1.4.2.1-g3852
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 14 Sep 2006 07:38:22 +0000 (07:38 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 14 Sep 2006 07:38:22 +0000 (07:38 +0000)
core-tutorial.html
core-tutorial.txt
cvs-migration.html
cvs-migration.txt
git-apply.html
git-apply.txt
git-unpack-objects.html
git-unpack-objects.txt
tutorial-2.html
tutorial-2.txt

index b012aab..7073b3a 100644 (file)
@@ -1917,7 +1917,7 @@ Use <tt>git format-patch origin</tt> to prepare patches for e-mail
 suggested in the previous section may be new to you. You do not\r
 have to worry. git supports "shared public repository" style of\r
 cooperation you are probably more familiar with as well.</p>\r
-<p>See <a href="cvs-migration.txt">git for CVS users</a> for the details.</p>\r
+<p>See <a href="cvs-migration.html">git for CVS users</a> for the details.</p>\r
 </div>\r
 <h2>Bundling your work together</h2>\r
 <div class="sectionbody">\r
@@ -2011,7 +2011,7 @@ to follow, not easier.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:27 UTC\r
+Last updated 14-Sep-2006 07:38:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1185897..47505aa 100644 (file)
@@ -1620,7 +1620,7 @@ suggested in the previous section may be new to you. You do not
 have to worry. git supports "shared public repository" style of
 cooperation you are probably more familiar with as well.
 
-See link:cvs-migration.txt[git for CVS users] for the details.
+See link:cvs-migration.html[git for CVS users] for the details.
 
 Bundling your work together
 ---------------------------
index 058b544..6560db4 100644 (file)
@@ -438,7 +438,7 @@ repository.</p>
 <div class="sectionbody">\r
 <p>Git allows you to specify scripts called "hooks" to be run at certain\r
 points.  You can use these, for example, to send all commits to the shared\r
-repository to a mailing list.  See <a href="hooks.txt">Hooks used by git</a>.</p>\r
+repository to a mailing list.  See <a href="hooks.html">Hooks used by git</a>.</p>\r
 <p>You can enforce finer grained permissions using update hooks.  See\r
 <a href="howto/update-hook-example.txt">Controlling access to branches using\r
 update hooks</a>.</p>\r
@@ -579,7 +579,7 @@ that contain this changed "if" statement:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:29 UTC\r
+Last updated 14-Sep-2006 07:38:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d2b0bd3..6812683 100644 (file)
@@ -172,7 +172,7 @@ Advanced Shared Repository Management
 
 Git allows you to specify scripts called "hooks" to be run at certain
 points.  You can use these, for example, to send all commits to the shared
-repository to a mailing list.  See link:hooks.txt[Hooks used by git].
+repository to a mailing list.  See link:hooks.html[Hooks used by git].
 
 You can enforce finer grained permissions using update hooks.  See
 link:howto/update-hook-example.txt[Controlling access to branches using
index 733a075..84af247 100644 (file)
@@ -454,15 +454,10 @@ and a work tree.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        When applying a patch, which is a git-enhanced patch\r
-        that was prepared to record the pre- and post-image object\r
-        name in full, and the path being patched exactly matches\r
-        the object the patch applies to (i.e. "index" line's\r
-        pre-image object name is what is in the working tree),\r
-        and the post-image object is available in the object\r
-        database, use the post-image object as the patch\r
-        result.  This allows binary files to be patched in a\r
-        very limited way.\r
+        Historically we did not allow binary patch applied\r
+        without an explicit permission from the user, and this\r
+        flag was the way to do so.  Currently we always allow binary\r
+        patch application, so this is a no-op.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -573,7 +568,7 @@ apply.whitespace
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Aug-2006 07:18:32 UTC\r
+Last updated 14-Sep-2006 07:38:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c76cfff..0a6f7b3 100644 (file)
@@ -110,15 +110,10 @@ OPTIONS
        deletion part but not addition part.
 
 --allow-binary-replacement, --binary::
-       When applying a patch, which is a git-enhanced patch
-       that was prepared to record the pre- and post-image object
-       name in full, and the path being patched exactly matches
-       the object the patch applies to (i.e. "index" line's
-       pre-image object name is what is in the working tree),
-       and the post-image object is available in the object
-       database, use the post-image object as the patch
-       result.  This allows binary files to be patched in a
-       very limited way.
+       Historically we did not allow binary patch applied
+       without an explicit permission from the user, and this
+       flag was the way to do so.  Currently we always allow binary
+       patch application, so this is a no-op.
 
 --exclude=<path-pattern>::
        Don't apply changes to files matching the given path pattern. This can
index ab2e814..881d3c5 100644 (file)
@@ -272,7 +272,7 @@ git-unpack-objects(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-unpack-objects</em> [-n] [-q] &lt;pack-file</p>\r
+<p><em>git-unpack-objects</em> [-n] [-q] [-r] &lt;pack-file</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -306,6 +306,17 @@ new packs and replace existing ones.</p>
         flag suppresses it.\r
 </p>\r
 </dd>\r
+<dt>\r
+-r\r
+</dt>\r
+<dd>\r
+<p>\r
+        When unpacking a corrupt packfile, the command dies at\r
+        the first corruption.  This flag tells it to keep going\r
+        and make the best effort to recover as many objects as\r
+        possible.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -322,7 +333,7 @@ new packs and replace existing ones.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:18 UTC\r
+Last updated 14-Sep-2006 07:38:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c20b38b..ff6184b 100644 (file)
@@ -8,7 +8,7 @@ git-unpack-objects - Unpack objects from a packed archive
 
 SYNOPSIS
 --------
-'git-unpack-objects' [-n] [-q] <pack-file
+'git-unpack-objects' [-n] [-q] [-r] <pack-file
 
 
 DESCRIPTION
@@ -34,6 +34,12 @@ OPTIONS
        The command usually shows percentage progress.  This
        flag suppresses it.
 
+-r::
+       When unpacking a corrupt packfile, the command dies at
+       the first corruption.  This flag tells it to keep going
+       and make the best effort to recover as many objects as
+       possible.
+
 
 Author
 ------
index c277ea0..bab8ca4 100644 (file)
@@ -614,7 +614,7 @@ in the index file is identical to the one in the working directory.</p>
 <p>In addition to being the staging area for new commits, the index file\r
 is also populated from the object database when checking out a\r
 branch, and is used to hold the trees involved in a merge operation.\r
-See the <a href="core-tutorial.txt">core tutorial</a> and the relevant man\r
+See the <a href="core-tutorial.html">core tutorial</a> and the relevant man\r
 pages for details.</p>\r
 </div>\r
 <h2>What next?</h2>\r
@@ -635,7 +635,7 @@ example, creating a new commit.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Aug-2006 00:18:00 UTC\r
+Last updated 14-Sep-2006 07:38:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2f4fe12..42b6e7d 100644 (file)
@@ -368,7 +368,7 @@ in the index file is identical to the one in the working directory.
 In addition to being the staging area for new commits, the index file
 is also populated from the object database when checking out a
 branch, and is used to hold the trees involved in a merge operation.
-See the link:core-tutorial.txt[core tutorial] and the relevant man
+See the link:core-tutorial.html[core tutorial] and the relevant man
 pages for details.
 
 What next?