summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-06-25 12:23:52 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-06-25 12:23:52 -0700
commitccca6b6523d7071cd0ee09fd00ea3e05d4b8e3eb (patch)
tree677faa2b5acbe6fe7ecaf8db4b3b0f1822ad4566 /Documentation
parentMerge branch 'rs/blame-refactor' (diff)
parenthttp-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616 (diff)
downloadtgif-ccca6b6523d7071cd0ee09fd00ea3e05d4b8e3eb.tar.xz
Merge branch 'ye/doc-http-proto'
* ye/doc-http-proto: http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/http-protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index 59be59b0eb..229f845dfa 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -60,7 +60,7 @@ Because Git repositories are accessed by standard path components
server administrators MAY use directory based permissions within
their HTTP server to control repository access.
-Clients SHOULD support Basic authentication as described by RFC 2616.
+Clients SHOULD support Basic authentication as described by RFC 2617.
Servers SHOULD support Basic authentication by relying upon the
HTTP server placed in front of the Git server software.