Re: [PATCH v2 17/17] test-sha1-array: read command stream with strbuf_getline_crlf()

2016-01-04 Thread Johannes Schindelin
Hi Junio, I read through the entire series. I hope you find my comments helpful. Happy new year, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 17/17] test-sha1-array: read command stream with strbuf_getline_crlf()

2015-12-16 Thread Junio C Hamano
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 --- test-sha1-array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a