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
</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
</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
<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
</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
---------------
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.
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
</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
and make the best effort to recover as many objects as
possible.
---strict::
- Don't write objects with broken content or links.
-
Author
------