aboutsummaryrefslogtreecommitdiff
path: root/hook.h
AgeCommit message (Expand)Author
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu
2026-03-25hook: show config scope in git hook listAdrian Ratiu
2026-03-25hook: make consistent use of friendly-name in docsAdrian Ratiu
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu
2026-03-25hook: rename cb_data_free/alloc -> hook_data_free/allocAdrian Ratiu
2026-03-25hook: fix minor style issuesAdrian Ratiu
2026-02-19hook: include hooks from the configAdrian Ratiu
2026-02-19hook: add "git hook list" commandEmily Shaffer
2026-02-19hook: run a list of hooks to prepare for multihook supportEmily Shaffer
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu
2026-01-28hook: add jobs optionAdrian Ratiu
2026-01-28hook: allow separate std[out|err] streamsAdrian Ratiu
2026-01-28hook: provide stdin via callbackEmily Shaffer
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano
2025-12-28hooks: allow callers to capture outputEmily Shaffer
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu
2025-12-28hook: provide stdin via callbackEmily Shaffer
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano
2023-02-08hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer
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