Re: [RFCv2 04/16] upload-pack-2: Implement the version 2 of upload-pack

2015-06-02 Thread Stefan Beller
On Tue, Jun 2, 2015 at 11:59 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> Subject: [RFCv2 04/16] upload-pack-2: Implement the version 2 of upload-pack > > Nit; s/I/i/, to match others in the series, I think. > >> In upload-pack-2 we send each capabili

Re: [RFCv2 04/16] upload-pack-2: Implement the version 2 of upload-pack

2015-06-02 Thread Junio C Hamano
Stefan Beller writes: > Subject: [RFCv2 04/16] upload-pack-2: Implement the version 2 of upload-pack Nit; s/I/i/, to match others in the series, I think. > In upload-pack-2 we send each capability in its own packet buffer. > > Signed-off-by: Stefan Beller > --- > > N

[RFCv2 04/16] upload-pack-2: Implement the version 2 of upload-pack

2015-06-01 Thread Stefan Beller
In upload-pack-2 we send each capability in its own packet buffer. Signed-off-by: Stefan Beller --- Notes: Moved the capabilities into a struct containing all the capabilities, and then we selectively cancel out unwanted capabilities. .gitignore | 1 + Makefile| 2 ++