diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-07-18 12:20:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-18 12:20:30 -0700 |
commit | 5e6140e76fe3fc575efce8468415cb133ae873bf (patch) | |
tree | 398992a59e6b5e4fcb819a31d78065f0a47b42fc /Documentation/technical | |
parent | Merge branch 'jt/remove-pack-bitmap-global' (diff) | |
parent | protocol-v2 doc: put HTTP headers after request (diff) | |
download | tgif-5e6140e76fe3fc575efce8468415cb133ae873bf.tar.xz |
Merge branch 'bw/protocol-v2'
Doc fix.
* bw/protocol-v2:
protocol-v2 doc: put HTTP headers after request
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/protocol-v2.txt | 3 |
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: |