From: Junio C Hamano Date: Wed, 28 Oct 2015 20:56:23 +0000 (-0700) Subject: hash-object: read --stdin-paths with strbuf_getline() X-Git-Tag: v2.8.0-rc0~85^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0353c78e80434b9385e134c69b54b048c382077?hp=c0353c78e80434b9385e134c69b54b048c382077 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 ---