[PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push

2014-12-15 Thread Stefan Beller
From: Ronnie Sahlberg sahlb...@google.com This adds support to the protocol 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: [PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push

2014-12-15 Thread Junio C Hamano
Stefan Beller sbel...@google.com writes: From: Ronnie Sahlberg sahlb...@google.com This adds support to the protocol 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

Re: [PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push

2014-12-15 Thread Stefan Beller
On Mon, Dec 15, 2014 at 12:53 PM, Junio C Hamano gits...@pobox.com wrote: Hmph, am I reading the patch to send-pack.c correctly? It detects if the other side supports the capability and leaves it in atomic_push_supported variable for later use, and also requests the feature to be activated

[PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push

2014-08-19 Thread Ronnie Sahlberg
Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- builtin/receive-pack.c | 6 +- send-pack.c| 12 +--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c index 0565b94..f6b20cb 100644 ---

[PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push

2014-07-31 Thread Ronnie Sahlberg
Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- builtin/receive-pack.c | 6 +- send-pack.c| 12 +--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c index 0565b94..f6b20cb 100644 ---