]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dd/upload-pack-stateless-eof'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 21:32:51 +0000 (13:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 21:32:51 +0000 (13:32 -0800)
"git fetch --depth=<n>" over the stateless RPC / smart HTTP
transport handled EOF from the client poorly at the server end.

* dd/upload-pack-stateless-eof:
  upload-pack: allow stateless client EOF just prior to haves


Trivial merge