From: Junio C Hamano Date: Tue, 25 Aug 2015 21:57:05 +0000 (-0700) Subject: Merge branch 'jh/strbuf-read-use-read-in-full' X-Git-Tag: v2.6.0-rc0~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b281d128180cd583db7c7b852909255ffd8f627;p=thirdparty%2Fgit.git Merge branch 'jh/strbuf-read-use-read-in-full' strbuf_read() used to have one extra iteration (and an unnecessary strbuf_grow() of 8kB), which was eliminated. * jh/strbuf-read-use-read-in-full: strbuf_read(): skip unnecessary strbuf_grow() at eof --- 3b281d128180cd583db7c7b852909255ffd8f627