From: Junio C Hamano Date: Wed, 28 Oct 2015 20:32:10 +0000 (-0700) Subject: test-sha1-array: read command stream with strbuf_getline() X-Git-Tag: v2.8.0-rc0~85^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f06068c96181f6212e15e32957a3d40c7c7bd43d?hp=f06068c96181f6212e15e32957a3d40c7c7bd43d test-sha1-array: read command stream with strbuf_getline() The input to this command comes from a pipeline in t0064, whose upstream has bunch of "echo"s. It is not unreasonable to expect that it may be fed CRLF lines on DOSsy systems. Signed-off-by: Junio C Hamano ---