bundle: put strbuf_readline_fd in strbuf.c with adjustments
authorThomas Rast <trast@student.ethz.ch>
Wed, 22 Feb 2012 19:34:22 +0000 (20:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Feb 2012 02:58:16 +0000 (18:58 -0800)
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 <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found