strbuf: add strbuf_reencode helper
authorJeff King <redacted>
Thu, 22 May 2014 09:30:14 +0000 (05:30 -0400)
committerJunio C Hamano <redacted>
Tue, 27 May 2014 16:59:21 +0000 (09:59 -0700)
commitd4241f52d1a19bf464d63cbc4cd67fcc6a3af01d
tree470748d39f2a7747f0b892a38cf374c55b4b3e6f
parente31316263af98c4583be39b469f3152a23eba91d
strbuf: add strbuf_reencode helper

This is a convenience wrapper around `reencode_string_len`
and `strbuf_attach`.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/api-strbuf.txt
strbuf.c
strbuf.h
git clone https://git.99rst.org/PROJECT