]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
send-pack.c
transport.c

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