Merge branch 'ab/config-based-hooks-base' into seen
[git] / hook.c
2021-06-19  Junio C HamanoMerge branch 'ab/config-based-hooks-base' into seen origin/seen
2021-06-16  Ævar Arnfjörð Bjar... hook-list.h: add a generated list of hooks, like config...
2021-06-16  Ævar Arnfjörð Bjar... hooks: fix a TOCTOU in "did we run a hook?" heuristic
2021-06-16  Emily Shafferhooks: allow callers to capture output
2021-06-16  Emily Shafferrun-command: allow capturing of collated output
2021-06-16  Emily Shafferhook: provide stdin by string_list or callback
2021-06-16  Emily Shafferrun-command: add stdin callback for parallelization
2021-06-16  Emily Shafferhook: support passing stdin to hooks
2021-06-16  Emily Shafferhooks: convert 'post-checkout' hook to hook library
2021-06-16  Emily Shafferhook.c: add a hook_exists() wrapper and use it in bugre...
2021-06-16  Ævar Arnfjörð Bjar... run-command.h: move find_hook() to hook.h
2021-06-16  Emily Shafferhook: add 'run' subcommand