author | Pierre Habouzit <madcoder@debian.org> | |
Wed, 19 Sep 2007 22:42:13 +0000 (00:42 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 21 Sep 2007 10:31:18 +0000 (03:31 -0700) | ||
commit | 7a33bcbe802080f3a926e93d66b65ff7c5e8c5ed | |
tree | ed4a77eef3125b2b9bceb5adb63d8df51fcacc9f | tree | snapshot |
parent | 663af3422a648e87945e4d8c0cc3e13671f2bbde | commit | diff |
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>
* 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 | diff | blob | history | |
git.c | diff | blob | history | |
quote.c | diff | blob | history | |
quote.h | diff | blob | history | |
rsh.c | diff | blob | history | |
trace.c | diff | blob | history |