Merge branch 'ye/doc-http-proto'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 19:23:52 +0000 (12:23 -0700)
committerJunio 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

1  2 
Documentation/technical/http-protocol.txt
index 59be59b0ebba8c24875643521c9135ab907a33ce,58c7e872d7b3eb0c9e1687600b102fcfd18695d5..229f845dfa67b9c2e74b2eb1de80a224ea757b53
@@@ -60,7 -60,7 +60,7 @@@ Because Git repositories are accessed b
  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.
  
@@@ -374,7 -374,7 +374,7 @@@ C: Send one `$GIT_URL/git-upload-pack` 
     C: 0000
  
  The stream is organized into "commands", with each command
 -appearing by itself in a pkt-line.  Within a command line
 +appearing by itself in a pkt-line.  Within a command line,
  the text leading up to the first space is the command name,
  and the remainder of the line to the first LF is the value.
  Command lines are terminated with an LF as the last byte of