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 wrote: > On Mon, Dec 29, 2014 at 11:08 PM, Eric Sunshine > wrote: >> On Mon, Dec 29, 2014 at 9:36 PM, Stefan Beller wrote: >>> Subject: receive-pack.c: add documentation for atomic push support >> When Michael raised the issue of the server being "

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 wrote: > On Mon, Dec 29, 2014 at 9:36 PM, Stefan Beller 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

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 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 capability "atomic". T

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

2014-12-29 Thread Stefan Beller
From: Ronnie Sahlberg 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 request that atomic pu