Autogenerated HTML docs for v1.5.4.3-447-gc95b3
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 4 Mar 2008 12:06:24 +0000 (12:06 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 4 Mar 2008 12:06:24 +0000 (12:06 +0000)
config.txt
git-config.html
git-merge.html
git-merge.txt
git-unpack-objects.html
git-unpack-objects.txt

index 2091caa..4027726 100644 (file)
@@ -939,12 +939,6 @@ imap::
        The configuration variables in the 'imap' section are described
        in linkgit:git-imap-send[1].
 
-receive.fsckObjects::
-       If it is set to true, git-receive-pack will check all received
-       objects. It will abort in the case of a malformed object or a
-       broken link. The result of an abort are only dangling objects.
-       The default value is true.
-
 receive.unpackLimit::
        If the number of objects received in a push is below this
        limit then the objects will be unpacked into loose object
index 1815c6e..e39570e 100644 (file)
@@ -2247,17 +2247,6 @@ imap
 </p>\r
 </dd>\r
 <dt>\r
-receive.fsckObjects\r
-</dt>\r
-<dd>\r
-<p>\r
-        If it is set to true, git-receive-pack will check all received\r
-        objects. It will abort in the case of a malformed object or a\r
-        broken link. The result of an abort are only dangling objects.\r
-        The default value is true.\r
-</p>\r
-</dd>\r
-<dt>\r
 receive.unpackLimit\r
 </dt>\r
 <dd>\r
@@ -2319,7 +2308,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Mar-2008 01:59:55 UTC\r
+Last updated 04-Mar-2008 12:05:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index cda1528..686ba7a 100644 (file)
@@ -501,7 +501,8 @@ branch.&lt;name&gt;.mergeoptions
 <h2>HOW MERGE WORKS</h2>\r
 <div class="sectionbody">\r
 <p>A merge is always between the current <tt>HEAD</tt> and one or more\r
-remote branch heads, and the index file must exactly match the\r
+commits (usually, branch head or tag), and the index file must\r
+exactly match the\r
 tree of <tt>HEAD</tt> commit (i.e. the contents of the last commit) when\r
 it happens.  In other words, <tt>git-diff --cached HEAD</tt> must\r
 report no changes.</p>\r
@@ -649,7 +650,7 @@ Resolve the conflicts.  <tt>git-diff</tt> would report only the
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2008 02:42:45 UTC\r
+Last updated 04-Mar-2008 12:05:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0c9ad7f..c136b10 100644 (file)
@@ -68,7 +68,8 @@ HOW MERGE WORKS
 ---------------
 
 A merge is always between the current `HEAD` and one or more
-remote branch heads, and the index file must exactly match the
+commits (usually, branch head or tag), and the index file must
+exactly match the
 tree of `HEAD` commit (i.e. the contents of the last commit) when
 it happens.  In other words, `git-diff --cached HEAD` must
 report no changes.
index c35fbe9..4adbc12 100644 (file)
@@ -317,14 +317,6 @@ new packs and replace existing ones.</p>
         possible.\r
 </p>\r
 </dd>\r
-<dt>\r
---strict\r
-</dt>\r
-<dd>\r
-<p>\r
-        Don't write objects with broken content or links.\r
-</p>\r
-</dd>\r
 </dl>\r
 </div>\r
 <h2>Author</h2>\r
@@ -341,7 +333,7 @@ new packs and replace existing ones.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Mar-2008 02:00:00 UTC\r
+Last updated 04-Mar-2008 12:05:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3697896..b79be3f 100644 (file)
@@ -40,9 +40,6 @@ OPTIONS
        and make the best effort to recover as many objects as
        possible.
 
---strict::
-       Don't write objects with broken content or links.
-
 
 Author
 ------