summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-08 18:34:59 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-08 18:34:59 -0700
commit19f41f003bf9a1a09bee3e0865ff0c333c88c0e2 (patch)
treea26ebf8ab42070f6cdfb67cf49ed71a282a97459 /gitremote-helpers.txt
parent3ef9e6768d632ffc1a3da0561187482e2bd16263 (diff)
downloadgit-htmldocs-19f41f003bf9a1a09bee3e0865ff0c333c88c0e2.tar.gz
Autogenerated HTML docs for v2.27.0-83-g0313f
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index f48a031dc..93baeeb02 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -405,7 +405,9 @@ Supported if the helper has the "connect" capability.
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
+ PKT-LINEs, terminating in a flush packet. Response messages will
+ then have a response end packet after the flush packet to
+ indicate the end of a response. The client must not
expect the server to store any state in between request-response
pairs. After the connection ends, the remote helper exits.
+