Re: [PATCH] Document the HTTP transport protocols

2013-08-22 Thread Duy Nguyen
On Thu, Aug 22, 2013 at 5:00 AM, Jeff King wrote: > On Wed, Aug 21, 2013 at 08:45:13PM +0700, Nguyen Thai Ngoc Duy wrote: > >> On the topic, C Git's (maybe) violations on this spec are: >> >> - The client does not strip trailing slashes from $GIT_URL before >> sending to the server, as desc

Re: [PATCH] Document the HTTP transport protocols

2013-08-21 Thread Jeff King
On Wed, Aug 21, 2013 at 08:45:13PM +0700, Nguyen Thai Ngoc Duy wrote: > On the topic, C Git's (maybe) violations on this spec are: > > - The client does not strip trailing slashes from $GIT_URL before > sending to the server, as described in section "URL Format". Yeah. We get the basic g

Re: [PATCH] Document the HTTP transport protocols

2013-08-21 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This is basically the version from Tay Ray Chuan [1] with one more > proofreading round from me. My changes besides realignments are below. > There are TODOs remain but I think the document is valuable as it is. Thanks. > On the topic, C Git's (maybe) violatio

[PATCH] Document the HTTP transport protocols

2013-08-21 Thread Nguyễn Thái Ngọc Duy
From: "Shawn O. Pearce" Signed-off-by: Shawn O. Pearce Revised-by: Tay Ray Chuan Signed-off-by: Nguyễn Thái Ngọc Duy --- This is basically the version from Tay Ray Chuan [1] with one more proofreading round from me. My changes besides realignments are below. There are TODOs remain but I thi