Merge branch 'sb/atomic-push'
commit39fa6112ec8492f9300765e1f71e7c8ecfafc713
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:43:50 +0000 (11 13:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:43:51 +0000 (11 13:43 -0800)
treeaaf52d72ae2010c4a99d0f0c3ccd1c3f40cdcb91
parent4d5c4e498a14af732f3b0b690f8b551d18610bfc
parent04b39f195baf95b79c9c28a096011e9fe0a08303
Merge branch 'sb/atomic-push'

"git push" has been taught a "--atomic" option that makes push to
update more than one ref an "all-or-none" affair.

* sb/atomic-push:
  Document receive.advertiseatomic
  t5543-atomic-push.sh: add basic tests for atomic pushes
  push.c: add an --atomic argument
  send-pack.c: add --atomic command line argument
  send-pack: rename ref_update_to_be_sent to check_to_send_update
  receive-pack.c: negotiate atomic push support
  receive-pack.c: add execute_commands_atomic function
  receive-pack.c: move transaction handling in a central place
  receive-pack.c: move iterating over all commands outside execute_commands
  receive-pack.c: die instead of error in case of possible future bug
  receive-pack.c: shorten the execute_commands loop over all commands
Documentation/config.txt
Documentation/git-push.txt
builtin/push.c
builtin/receive-pack.c
send-pack.c
transport.c