summaryrefslogtreecommitdiff
path: root/hook.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano1-1/+1
2026-06-08doc: fix typos via codespellAndrew Kreimer1-1/+1
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu1-0/+1
2026-04-10hook: move is_known_hook() to hook.c for wider useAdrian Ratiu1-0/+6
2026-04-10hook: allow pre-push parallel executionAdrian Ratiu1-2/+4
2026-04-10hook: allow parallel hook executionEmily Shaffer1-0/+25
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu1-0/+1
2026-03-25hook: show config scope in git hook listAdrian Ratiu1-0/+2
2026-03-25hook: make consistent use of friendly-name in docsAdrian Ratiu1-1/+1
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu1-6/+14
2026-03-25hook: rename cb_data_free/alloc -> hook_data_free/allocAdrian Ratiu1-5/+5
2026-03-25hook: fix minor style issuesAdrian Ratiu1-3/+2
2026-02-19hook: include hooks from the configAdrian Ratiu1-1/+13
2026-02-19hook: add "git hook list" commandEmily Shaffer1-1/+23
2026-02-19hook: run a list of hooks to prepare for multihook supportEmily Shaffer1-14/+45
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu1-1/+24
2026-01-28hook: add jobs optionAdrian Ratiu1-0/+9
2026-01-28hook: allow separate std[out|err] streamsAdrian Ratiu1-0/+10
2026-01-28hook: provide stdin via callbackEmily Shaffer1-0/+38
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-51/+0
2025-12-28hooks: allow callers to capture outputEmily Shaffer1-0/+8
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu1-0/+5
2025-12-28hook: provide stdin via callbackEmily Shaffer1-0/+38
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-5/+8
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano1-0/+1
2023-02-08hook API: support passing stdin to hooks, convert am's 'post-rewrite'Emily Shaffer1-0/+5
2022-03-07hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason1-0/+12
2022-01-07hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer1-0/+6
2022-01-07hook API: add a run_hooks_l() wrapperÆvar Arnfjörð Bjarmason1-0/+10
2022-01-07hook API: add a run_hooks() wrapperÆvar Arnfjörð Bjarmason1-0/+6
2022-01-07hook: add 'run' subcommandEmily Shaffer1-0/+35
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer1-0/+5
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason1-0/+11