]> git.ipfire.org Git - thirdparty/git.git/commit - quote.c
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)
commit7a33bcbe802080f3a926e93d66b65ff7c5e8c5ed
treeed4a77eef3125b2b9bceb5adb63d8df51fcacc9f
parent663af3422a648e87945e4d8c0cc3e13671f2bbde
sq_quote_argv and add_to_string rework with strbuf's.

* 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>
connect.c
git.c
quote.c
quote.h
rsh.c
trace.c