]> git.ipfire.org Git - thirdparty/git.git/commit - utf8.c
strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 22 Nov 2009 16:15:29 +0000 (17:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Nov 2009 00:22:02 +0000 (16:22 -0800)
commit37bb5d744309df6ff05ea5f34112082cdc301d69
tree5962f15b720baccff5a2110b0d64081641e19f0f
parentb48275998399561780af85d429da3caceeecd2fe
strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()

Add a new helper function, strbuf_add_indented_text(), to indent text
without a width limit, and call it from strbuf_add_wrapped_text().  It
respects both indent (applied to the first line) and indent2 (applied to
the rest of the lines); indent2 was ignored by the indent-only path of
strbuf_add_wrapped_text() before the patch.

Two simple test cases are added, one exercising strbuf_add_wrapped_text()
and the other strbuf_add_indented_text().

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4202-log.sh
utf8.c