summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-08 16:52:09 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-08 16:52:09 +0900
commitccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f (patch)
treee714818e5948ab33af26c19fc8d205b9f5179e1a /gitremote-helpers.html
parent96153bf70f5b69b8c480445c9aed3782ef6776a3 (diff)
downloadgit-htmldocs-ccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f.tar.gz
Autogenerated HTML docs for v2.17.0-582-gccdcb
Diffstat (limited to 'gitremote-helpers.html')
-rw-r--r--gitremote-helpers.html49
1 files changed, 47 insertions, 2 deletions
diff --git a/gitremote-helpers.html b/gitremote-helpers.html
index de8845992..56dc345b3 100644
--- a/gitremote-helpers.html
+++ b/gitremote-helpers.html
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.10" />
<title>gitremote-helpers(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -843,6 +844,18 @@ must provide.</p></div>
<div class="paragraph"><p>Supported commands: <em>connect</em>.</p></div>
</dd>
<dt class="hdlist1">
+<em>stateless-connect</em>
+</dt>
+<dd>
+<p>
+ Experimental; for internal use only.
+ Can attempt to connect to a remote server for communication
+ using git&#8217;s wire-protocol version 2. See the documentation
+ for the stateless-connect command for more information.
+</p>
+<div class="paragraph"><p>Supported commands: <em>stateless-connect</em>.</p></div>
+</dd>
+<dt class="hdlist1">
<em>push</em>
</dt>
<dd>
@@ -897,6 +910,18 @@ Other frontends may have some other order of preference.</p></div>
<div class="paragraph"><p>Supported commands: <em>connect</em>.</p></div>
</dd>
<dt class="hdlist1">
+<em>stateless-connect</em>
+</dt>
+<dd>
+<p>
+ Experimental; for internal use only.
+ Can attempt to connect to a remote server for communication
+ using git&#8217;s wire-protocol version 2. See the documentation
+ for the stateless-connect command for more information.
+</p>
+<div class="paragraph"><p>Supported commands: <em>stateless-connect</em>.</p></div>
+</dd>
+<dt class="hdlist1">
<em>fetch</em>
</dt>
<dd>
@@ -1204,6 +1229,26 @@ operations.</p></div>
</p>
<div class="paragraph"><p>Supported if the helper has the "connect" capability.</p></div>
</dd>
+<dt class="hdlist1">
+<em>stateless-connect</em> &lt;service&gt;
+</dt>
+<dd>
+<p>
+ Experimental; for internal use only.
+ Connects to the given remote service for communication using
+ git&#8217;s wire-protocol version 2. Valid replies to this command
+ are empty line (connection established), <em>fallback</em> (no smart
+ transport support, fall back to dumb transports) and just
+ exiting with error message printed (can&#8217;t connect, don&#8217;t bother
+ trying to fall back). After line feed terminating the positive
+ (empty) response, the output of the service starts. Messages
+ (both request and response) must consist of zero or more
+ PKT-LINEs, terminating in a flush packet. The client must not
+ expect the server to store any state in between request-response
+ pairs. After the connection ends, the remote helper exits.
+</p>
+<div class="paragraph"><p>Supported if the helper has the "stateless-connect" capability.</p></div>
+</dd>
</dl></div>
<div class="paragraph"><p>If a fatal error occurs, the program writes the error message to
stderr and exits. The caller should expect that a suitable error
@@ -1416,7 +1461,7 @@ set by Git if the remote helper has the <em>option</em> capability.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-02-13 17:28:38 PST
+ 2018-05-08 16:51:20 JST
</div>
</div>
</body>