[PATCHv2 5/6] push.c: add an --atomic-push argument

2014-12-16 Thread Stefan Beller
From: Ronnie Sahlberg sahlb...@google.com Add a command line argument to the git push command to request atomic pushes. Signed-off-by: Ronnie Sahlberg sahlb...@google.com Signed-off-by: Stefan Beller sbel...@google.com --- Notes: Changes v1 - v2 It's --atomic now! (dropping the

Re: [PATCHv2 5/6] push.c: add an --atomic-push argument

2014-12-16 Thread Eric Sunshine
On Tue, Dec 16, 2014 at 1:49 PM, Stefan Beller sbel...@google.com wrote: From: Ronnie Sahlberg sahlb...@google.com Add a command line argument to the git push command to request atomic pushes. Signed-off-by: Ronnie Sahlberg sahlb...@google.com Signed-off-by: Stefan Beller sbel...@google.com

Re: [PATCHv2 5/6] push.c: add an --atomic-push argument

2014-12-16 Thread Junio C Hamano
Stefan Beller sbel...@google.com writes: From: Ronnie Sahlberg sahlb...@google.com Add a command line argument to the git push command to request atomic pushes. Signed-off-by: Ronnie Sahlberg sahlb...@google.com Signed-off-by: Stefan Beller sbel...@google.com --- Notes: Changes v1

Re: [PATCHv2 5/6] push.c: add an --atomic-push argument

2014-12-16 Thread Junio C Hamano
Eric Sunshine sunsh...@sunshineco.com writes: +--atomic:: + Use the an atomic transaction on the server side if available. s/the an/an/ ... + OPT_BIT(0, atomic, flags, N_(use a single atomic transaction at the serverside, if available), single atomic sounds awfully