]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4013/diff.log_--patch-with-stat_--summary_master_--_dir_
Merge branch 'rs/more-buffered-io'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Aug 2020 21:54:31 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Aug 2020 21:54:31 +0000 (14:54 -0700)
commitd8488b9e86f241ba313d04091449869fb15154d6
treeddeb0a5e726fe4d9ac1f57c95f37443ed653e322
parentff20794402177adc52cab849b98fc85f3c2da739
parenta698d67b08f98ddac0e6df898fbfab5b4fbd36b1
Merge branch 'rs/more-buffered-io'

Use more buffered I/O where we used to call many small write(2)s.

* rs/more-buffered-io:
  upload-pack: use buffered I/O to talk to rev-list
  midx: use buffered I/O to talk to pack-objects
  connected: use buffered I/O to talk to rev-list
connected.c
midx.c
upload-pack.c