Re: [PATCH 3/8] receive-pack.c: use a single transaction when atomic-push is negotiated

2014-10-30 Thread Junio C Hamano
Ronnie Sahlberg sahlb...@google.com writes: Update receive-pack to use an atomic transaction iff the client negotiated that it wanted atomic-push. This leaves the default behavior to be the old non-atomic one ref at a time update. This is to cause as little disruption as possible to existing

[PATCH 3/8] receive-pack.c: use a single transaction when atomic-push is negotiated

2014-10-21 Thread Ronnie Sahlberg
Update receive-pack to use an atomic transaction iff the client negotiated that it wanted atomic-push. This leaves the default behavior to be the old non-atomic one ref at a time update. This is to cause as little disruption as possible to existing clients. It is unknown if there are client