Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-18 22:20:30 +0300
committerJunio C Hamano <gitster@pobox.com>2018-07-18 22:20:30 +0300
commit5e6140e76fe3fc575efce8468415cb133ae873bf (patch)
tree398992a59e6b5e4fcb819a31d78065f0a47b42fc /Documentation
parentad7b8a7c5af3d47b746c9347baca8d4521c9633d (diff)
parentbb4d000e87a1649573aba210908847c8782b09d4 (diff)
Merge branch 'bw/protocol-v2'
Doc fix. * bw/protocol-v2: protocol-v2 doc: put HTTP headers after request
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/protocol-v2.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/technical/protocol-v2.txt b/Documentation/technical/protocol-v2.txt
index 49bda76d23..f58f24b1ef 100644
--- a/Documentation/technical/protocol-v2.txt
+++ b/Documentation/technical/protocol-v2.txt
@@ -64,9 +64,8 @@ When using the http:// or https:// transport a client makes a "smart"
info/refs request as described in `http-protocol.txt` and requests that
v2 be used by supplying "version=2" in the `Git-Protocol` header.
- C: Git-Protocol: version=2
- C:
C: GET $GIT_URL/info/refs?service=git-upload-pack HTTP/1.0
+ C: Git-Protocol: version=2
A v2 server would reply: