hash-object: read --stdin-paths with strbuf_getline()
commitc0353c78e80434b9385e134c69b54b048c382077
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Oct 2015 20:56:23 +0000 (28 13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2016 18:24:34 +0000 (15 10:24 -0800)
tree8acb805eff8cd33f0438c46d98de31a747bfcf8d
parent1a0c8dfd89475d6bb09ddee8c019cf0ae5b3bdc2
hash-object: read --stdin-paths with strbuf_getline()

The list of paths could have been written with a DOS editor.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/hash-object.c