sq_quote_argv and add_to_string rework with strbuf's.
authorPierre Habouzit <madcoder@debian.org>
Wed, 19 Sep 2007 22:42:13 +0000 (00:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Sep 2007 10:31:18 +0000 (03:31 -0700)
* sq_quote_buf is made public, and works on a strbuf.
* sq_quote_argv also works on a strbuf.
* make sq_quote_argv take a "maxlen" argument to check the buffer won't grow
too big.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found