]> git.ipfire.org Git - thirdparty/git.git/commit - strbuf.c
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)
commit5e8617f560968567c285bc2e9b0674f8f9d535cb
tree9d299e020186cfba3d912ac8863954dd9e0a1d98
parentd0482e88a735787f7bb33ef4783be0e7f6a70946
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 <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bundle.c
strbuf.c
strbuf.h