]> git.ipfire.org Git - thirdparty/git.git/commit - quote.c
Trace and quote with argv: get rid of unneeded count argument.
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 3 Dec 2007 04:51:50 +0000 (05:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Dec 2007 06:11:53 +0000 (22:11 -0800)
commitb319ce4c14f7fe0ee469a3f9def1098d84177849
tree39a7a42798f8512ea00b49b0a4898bf898ae9cf6
parent41650765dea25b7804a9fdf41ce0b7db59816734
Trace and quote with argv: get rid of unneeded count argument.

Now that str_buf takes care of all the allocations, there is
no more gain to pass an argument count.

So this patch removes the "count" argument from:
- "sq_quote_argv"
- "trace_argv_printf"
and all the callers.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-rev-parse.c
cache.h
exec_cmd.c
git.c
quote.c
quote.h
trace.c