run_hook(): allow more than 9 hook arguments
commit14e6298f1215da503f0f65b63e13d674dd781868
authorStephan Beyer <s-beyer@gmx.net>
Sat, 17 Jan 2009 03:02:55 +0000 (17 04:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 01:57:15 +0000 (17 17:57 -0800)
tree8088ec6e580653a54324a6b253a8dd4747cee036
parentcf94ca8ea98373d6f5e9caaa764eca89b20bfb63
run_hook(): allow more than 9 hook arguments

This is done using the ALLOC_GROW macro.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-run-command.txt
run-command.c