mirror of
https://github.com/git/git.git
synced 2026-03-06 07:19:08 +01:00
Merge branch 'ar/parallel-hooks' into seen
* ar/parallel-hooks: hook: allow runtime enabling extensions.hookStdoutToStderr hook: introduce extensions.hookStdoutToStderr hook: add per-event jobs config hook: add -j/--jobs option to git hook run hook: mark non-parallelizable hooks hook: allow parallel hook execution hook: parse the hook.jobs config hook: refactor hook_config_cache from strmap to named struct config: add a repo_config_get_uint() helper repository: fix repo_init() memleak due to missing _clear()
This commit is contained in:
2
commit.c
2
commit.c
@@ -1979,7 +1979,7 @@ size_t ignored_log_message_bytes(const char *buf, size_t len)
|
||||
int run_commit_hook(int editor_is_used, const char *index_file,
|
||||
int *invoked_hook, const char *name, ...)
|
||||
{
|
||||
struct run_hooks_opt opt = RUN_HOOKS_OPT_INIT;
|
||||
struct run_hooks_opt opt = RUN_HOOKS_OPT_INIT_FORCE_SERIAL;
|
||||
va_list args;
|
||||
const char *arg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user