]> git.99rst.org Git - git.git/commitdiff
Merge branch 'jv/use-larger-buffer-in-upload-pack'
authorJunio C Hamano <redacted>
Wed, 5 Jan 2022 22:01:29 +0000 (14:01 -0800)
committerJunio C Hamano <redacted>
Wed, 5 Jan 2022 22:01:29 +0000 (14:01 -0800)
"git upload-pack" (the other side of "git fetch") used a 8kB buffer
but most of its payload came on 64kB "packets".  The buffer size
has been enlarged so that such a packet fits.

* jv/use-larger-buffer-in-upload-pack:
  upload-pack.c: increase output buffer size


Trivial merge
git clone https://git.99rst.org/PROJECT