Re: [PATCH 1/7] pack-protocol.txt: Add warning about protocol inaccuracies

2015-07-01 Thread Dave Borowitz
On Wed, Jul 1, 2015 at 12:39 PM, Jonathan Nieder wrote: > Hi, > > Dave Borowitz wrote: > >> --- a/Documentation/technical/pack-protocol.txt >> +++ b/Documentation/technical/pack-protocol.txt >> @@ -14,6 +14,17 @@ data. The protocol functions to have a server tell a >> client what is >> currentl

Re: [PATCH 1/7] pack-protocol.txt: Add warning about protocol inaccuracies

2015-07-01 Thread Junio C Hamano
Jonathan Nieder writes: > The 'Reference Discovery' section says: > > Server SHOULD terminate each non-flush line using LF ("\n") terminator; > client MUST NOT complain if there is no terminator. I think these should be "sender/receiver", not "server/client". -- To unsubscribe from t

Re: [PATCH 1/7] pack-protocol.txt: Add warning about protocol inaccuracies

2015-07-01 Thread Jonathan Nieder
Hi, Dave Borowitz wrote: > --- a/Documentation/technical/pack-protocol.txt > +++ b/Documentation/technical/pack-protocol.txt > @@ -14,6 +14,17 @@ data. The protocol functions to have a server tell a > client what is > currently on the server, then for the two to negotiate the smallest amount >

[PATCH 1/7] pack-protocol.txt: Add warning about protocol inaccuracies

2015-07-01 Thread Dave Borowitz
We want to fix such inaccuracies, but there are a lot and there is no guarantee at any particular point in time that this document will be error-free. Signed-off-by: Dave Borowitz --- Documentation/technical/pack-protocol.txt | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Docum