summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-09 15:35:20 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-09 15:35:20 -0700
commit8eac268d5824abada1efa8990ea211f476ca942b (patch)
tree712e2b7c4f6bcacc8bacfed4d7ee98ed8aa484ce /gitremote-helpers.html
parent91e3395c6964b309b071bf9fe79bd004c979b297 (diff)
downloadgit-htmldocs-8eac268d5824abada1efa8990ea211f476ca942b.tar.gz
Autogenerated HTML docs for v1.8.4-242-gbb80ee
Diffstat (limited to 'gitremote-helpers.html')
-rw-r--r--gitremote-helpers.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/gitremote-helpers.html b/gitremote-helpers.html
index ff61a6567..bc75ed917 100644
--- a/gitremote-helpers.html
+++ b/gitremote-helpers.html
@@ -902,6 +902,15 @@ Other frontends may have some other order of preference.</p></div>
</p>
<div class="paragraph"><p>Supported commands: <em>list</em>, <em>import</em>.</p></div>
</dd>
+<dt class="hdlist1">
+<em>check-connectivity</em>
+</dt>
+<dd>
+<p>
+ Can guarantee that when a clone is requested, the received
+ pack is self contained and is connected.
+</p>
+</dd>
</dl></div>
<div class="paragraph"><p>If a helper advertises <em>connect</em>, Git will use it if possible and
fall back to another capability if the helper requests so when
@@ -1078,6 +1087,8 @@ there is an implied <code>refspec *:*</code>.</p></div>
<div class="paragraph"><p>Optionally may output a <em>lock &lt;file&gt;</em> line indicating a file under
GIT_DIR/objects/pack which is keeping a pack until refs can be
suitably updated.</p></div>
+<div class="paragraph"><p>If option <em>check-connectivity</em> is requested, the helper must output
+<em>connectivity-ok</em> if the clone is self-contained and connected.</p></div>
<div class="paragraph"><p>Supported if the helper has the "fetch" capability.</p></div>
</dd>
<dt class="hdlist1">
@@ -1268,6 +1279,14 @@ set by Git if the remote helper has the <em>option</em> capability.</p></div>
connect request occurs.
</p>
</dd>
+<dt class="hdlist1">
+<em>option check-connectivity</em> {<em>true</em>|<em>false</em>}
+</dt>
+<dd>
+<p>
+ Request the helper to check connectivity of a clone.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1288,7 +1307,7 @@ set by Git if the remote helper has the <em>option</em> capability.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2013-09-09 15:34:20 PDT
</div>
</div>
</body>