From: Brandon Casey Date: Wed, 5 Aug 2009 03:31:56 +0000 (-0500) Subject: strbuf: add new function strbuf_getwholeline() X-Git-Tag: v1.6.5-rc0~54^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c7e4f0d78aaac33d5e3cec54cddd40439e77d16c?hp=c7e4f0d78aaac33d5e3cec54cddd40439e77d16c strbuf: add new function strbuf_getwholeline() This function is just like strbuf_getline() except it retains the line-termination character. This function will be used by the mailinfo and mailsplit builtins which require the entire line for parsing. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano ---