run-command: mark run_hook_with_custom_index as deprecated
Signed-off-by: Benoit Pierre <benoit.pierre@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
1fc4f97d57
commit
b549be0da7
@ -51,6 +51,7 @@ extern int run_hook_le(const char *const *env, const char *name, ...);
|
|||||||
extern int run_hook_ve(const char *const *env, const char *name, va_list args);
|
extern int run_hook_ve(const char *const *env, const char *name, va_list args);
|
||||||
|
|
||||||
LAST_ARG_MUST_BE_NULL
|
LAST_ARG_MUST_BE_NULL
|
||||||
|
__attribute__((deprecated))
|
||||||
extern int run_hook_with_custom_index(const char *index_file, const char *name, ...);
|
extern int run_hook_with_custom_index(const char *index_file, const char *name, ...);
|
||||||
|
|
||||||
#define RUN_COMMAND_NO_STDIN 1
|
#define RUN_COMMAND_NO_STDIN 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user