From: Thomas Rast Date: Wed, 22 Feb 2012 19:34:22 +0000 (+0100) Subject: bundle: put strbuf_readline_fd in strbuf.c with adjustments X-Git-Tag: v1.7.8.6~8^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5e8617f560968567c285bc2e9b0674f8f9d535cb?hp=5e8617f560968567c285bc2e9b0674f8f9d535cb bundle: put strbuf_readline_fd in strbuf.c with adjustments The comment even said that it should eventually go there. While at it, match the calling convention and name of the function to the strbuf_get*line family. So it now is strbuf_getwholeline_fd. Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano ---