]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jx/atomic-push'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:50:04 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:50:04 +0000 (15:50 -0700)
commit5b6864ca445e606bdd6dae607d3ee5f410da66fa
tree678130275ab282b480468163def1419fa42eb76b
parent8f5dc5a4af3fa32bf9261b76b0f1146fd15b8643
parentdfe1b7f19c04fd10e9bafce91bc1da0c18bbb194
Merge branch 'jx/atomic-push'

"git push --atomic" used to show failures for refs that weren't
even pushed, which has been corrected.

* jx/atomic-push:
  transport-helper: new method reject_atomic_push()
  transport-helper: mark failure for atomic push
  send-pack: mark failure of atomic push properly
  t5543: never report what we do not push
  send-pack: fix inconsistent porcelain output
send-pack.c
transport.c