summaryrefslogtreecommitdiff
path: root/hook.c
AgeCommit message (Expand)Author
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin
2024-05-21hook: plug a new memory leakJohannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin
2024-04-17find_hook(): refactor the `STRIP_EXTENSION` logicJohannes Schindelin
2023-02-08hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer
2022-10-12run-command API: have run_process_parallel() take an "opts" structÆvar Arnfjörð Bjarmason
2022-08-14Merge branch 'ab/hooks-regression-fix'Junio C Hamano
2022-08-05hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason
2022-06-13Merge branch 'ab/hooks-regression-fix'Junio C Hamano
2022-06-07hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-03-07hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason
2022-01-07hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer
2022-01-07hook API: add a run_hooks_l() wrapperÆvar Arnfjörð Bjarmason
2022-01-07hook API: add a run_hooks() wrapperÆvar Arnfjörð Bjarmason
2022-01-07hook: add 'run' subcommandEmily Shaffer
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason