]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/clarify-hashwrite'
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Apr 2021 23:54:08 +0000 (16:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Apr 2021 23:54:08 +0000 (16:54 -0700)
The hashwrite() API uses a buffering mechanism to avoid calling
write(2) too frequently. This logic has been refactored to be
easier to understand.

* ds/clarify-hashwrite:
  csum-file: make hashwrite() more readable


Trivial merge