]> git.ipfire.org Git - thirdparty/git.git/commit - test-sha1-array.c
test-sha1-array: read command stream with strbuf_getline()
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Oct 2015 20:32:10 +0000 (13:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2016 18:35:08 +0000 (10:35 -0800)
commitf06068c96181f6212e15e32957a3d40c7c7bd43d
treec73edda194b6413e47331e53ade6a70ee0b194a3
parenta551843129dc4d329d4f7915a9c10120963acd7d
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 <gitster@pobox.com>
test-sha1-array.c