summaryrefslogtreecommitdiffstats
path: root/hook.h
AgeCommit message (Expand)AuthorLines
10 dayshook: add hook.<event>.enabled switchAdrian Ratiu-0/+1
10 dayshook: move is_known_hook() to hook.c for wider useAdrian Ratiu-0/+6
10 dayshook: allow pre-push parallel executionAdrian Ratiu-2/+4
10 dayshook: allow parallel hook executionEmily Shaffer-0/+25
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu-0/+1
2026-03-25hook: show config scope in git hook listAdrian Ratiu-0/+2
2026-03-25hook: make consistent use of friendly-name in docsAdrian Ratiu-1/+1
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu-6/+14
2026-03-25hook: rename cb_data_free/alloc -> hook_data_free/allocAdrian Ratiu-5/+5
2026-03-25hook: fix minor style issuesAdrian Ratiu-3/+2
2026-02-19hook: include hooks from the configAdrian Ratiu-1/+13
2026-02-19hook: add "git hook list" commandEmily Shaffer-1/+23
2026-02-19hook: run a list of hooks to prepare for multihook supportEmily Shaffer-14/+45
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu-1/+24
2026-01-28hook: add jobs optionAdrian Ratiu-0/+9
2026-01-28hook: allow separate std[out|err] streamsAdrian Ratiu-0/+10
2026-01-28hook: provide stdin via callbackEmily Shaffer-0/+38
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