Re: [PATCHv8 1/9] receive-pack.c: add documentation for atomic push support

2014-12-30 Thread Stefan Beller
On Mon, Dec 29, 2014 at 11:08 PM, Eric Sunshine sunsh...@sunshineco.com wrote: On Mon, Dec 29, 2014 at 9:36 PM, Stefan Beller sbel...@google.com wrote: Subject: receive-pack.c: add documentation for atomic push support This patch is doing a lot more than merely adding documentation. It's also

Re: [PATCHv8 1/9] receive-pack.c: add documentation for atomic push support

2014-12-30 Thread Eric Sunshine
On Tue, Dec 30, 2014 at 3:33 AM, Stefan Beller sbel...@google.com wrote: On Mon, Dec 29, 2014 at 11:08 PM, Eric Sunshine sunsh...@sunshineco.com wrote: On Mon, Dec 29, 2014 at 9:36 PM, Stefan Beller sbel...@google.com wrote: Subject: receive-pack.c: add documentation for atomic push support

[PATCHv8 1/9] receive-pack.c: add documentation for atomic push support

2014-12-29 Thread Stefan Beller
From: Ronnie Sahlberg sahlb...@google.com This documents the protocol option between send-pack and receive-pack to * allow receive-pack to inform the client that it has atomic push capability * allow send-pack to request atomic push back. There is currently no setting in send-pack to actually

Re: [PATCHv8 1/9] receive-pack.c: add documentation for atomic push support

2014-12-29 Thread Eric Sunshine
On Mon, Dec 29, 2014 at 9:36 PM, Stefan Beller sbel...@google.com wrote: Subject: receive-pack.c: add documentation for atomic push support This patch is doing a lot more than merely adding documentation. It's also updating send-pack and receive-pack to be able to negotiate the new protocol