From: Pierre Habouzit Date: Thu, 6 Sep 2007 11:20:06 +0000 (+0200) Subject: Simplify strbuf uses in archive-tar.c using strbuf API X-Git-Tag: v1.7.8-rc2~1^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7a604f16b71e3bfd1c6e30d400f05be918e5376e?hp=7a604f16b71e3bfd1c6e30d400f05be918e5376e Simplify strbuf uses in archive-tar.c using strbuf API This is just cleaner way to deal with strbufs, using its API rather than reinventing it in the module (e.g. strbuf_append_string is just the plain strbuf_addstr function, and it was used to perform what strbuf_addch does anyways). Signed-off-by: Junio C Hamano ---