summaryrefslogtreecommitdiffstats
path: root/hook.h
AgeCommit message (Expand)AuthorLines
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano-51/+0
2025-12-28hooks: allow callers to capture outputEmily Shaffer-0/+8
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu-0/+5
2025-12-28hook: provide stdin via callbackEmily Shaffer-0/+38
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt-5/+8
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano-0/+1
2023-02-08hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer-0/+5
2022-03-07hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason-0/+12
2022-01-07hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer-0/+6
2022-01-07hook API: add a run_hooks_l() wrapperÆvar Arnfjörð Bjarmason-0/+10
2022-01-07hook API: add a run_hooks() wrapperÆvar Arnfjörð Bjarmason-0/+6
2022-01-07hook: add 'run' subcommandEmily Shaffer-0/+35
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer-0/+5
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason-0/+11