]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'es/local-atomic-push-failure-with-http'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:22 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:22 +0000 (13:59 -0700)
"git push --atomic" that goes over the transport-helper (namely,
the smart http transport) failed to prevent refs to be pushed when
it can locally tell that one of the ref update will fail without
having to consult the other end, which has been corrected.

* es/local-atomic-push-failure-with-http:
  transport-helper: avoid var decl in for () loop control
  transport-helper: enforce atomic in push_refs_with_push

1  2 
t/t5541-http-push-smart.sh
transport-helper.c
transport.c

Simple merge
Simple merge
diff --cc transport.c
Simple merge