Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ye/doc-http-proto'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 25 Jun 2014 19:23:52 +0000
(12:23 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 25 Jun 2014 19:23:52 +0000
(12:23 -0700)
* ye/doc-http-proto:
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
Documentation/technical/http-protocol.txt
patch
|
blob
|
history
raw
(from parent 1:
8d87e35
)
diff --git
a/Documentation/technical/http-protocol.txt
b/Documentation/technical/http-protocol.txt
index 59be59b0ebba8c24875643521c9135ab907a33ce..229f845dfa67b9c2e74b2eb1de80a224ea757b53 100644
(file)
--- 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 261
6
.
+Clients SHOULD support Basic authentication as described by RFC 261
7
.
Servers SHOULD support Basic authentication by relying upon the
HTTP server placed in front of the Git server software.