]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/http-push-status-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 22:43:12 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 22:43:12 +0000 (15:43 -0700)
commit735907bde1de71e2fc90712bdb3bf30fc417a8ac
tree0d1b59285e312d72caecd9a2183cb42a0d841321
parent8ba651b56e5916d864b2a5c4cce8d4e445b87e17
parentc5c3486f38af50e3d63b3bd1d1d25773e4f4420a
Merge branch 'jk/http-push-status-fix'

"git push" client talking to an HTTP server did not diagnose the
lack of the final status report from the other side correctly,
which has been corrected.

* jk/http-push-status-fix:
  transport-helper: recognize "expecting report" error from send-pack
  send-pack: complain about "expecting report" with --helper-status
builtin/send-pack.c
t/lib-httpd/apache.conf
transport-helper.c