From 19614330ddaf02367a7faf2ff5e09f1f39fd63c4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 2 Aug 2005 14:24:22 -0700 Subject: receive-pack hooks updates. The earlier one conflated update and post-update hooks for no good reason. Correct that ugly hack. Now post-update hooks will take the list of successfully updated refs. Signed-off-by: Junio C Hamano --- run-command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'run-command.h') diff --git a/run-command.h b/run-command.h index 4f646139e5..5ee0972241 100644 --- a/run-command.h +++ b/run-command.h @@ -11,6 +11,7 @@ enum { ERR_RUN_COMMAND_WAITPID_NOEXIT, }; +int run_command_v(int argc, char **argv); int run_command(const char *cmd, ...); #endif -- cgit v1.2.3