summaryrefslogtreecommitdiff
path: root/builtin/hook.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-10hook: allow hook.jobs=-1 to use all available CPU coresAdrian Ratiu1-2/+13
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu1-6/+14
2026-04-10hook: move is_known_hook() to hook.c for wider useAdrian Ratiu1-10/+0
2026-04-10hook: add -j/--jobs option to git hook runEmily Shaffer1-1/+4
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu1-2/+33
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu1-8/+12
2026-03-25hook: show config scope in git hook listAdrian Ratiu1-2/+12
2026-03-25hook: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu1-1/+1
2026-03-25hook: fix minor style issuesAdrian Ratiu1-4/+2
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu1-3/+6
2026-02-19hook: include hooks from the configAdrian Ratiu1-0/+3
2026-02-19hook: add "git hook list" commandEmily Shaffer1-0/+60
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-6/+0
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu1-0/+6
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-3/+4
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-08hook: support a --to-stdin=<path> optionEmily Shaffer1-1/+3
2022-08-19builtin/hook.c: let parse-options parse subcommandsSZEDER Gábor1-8/+4
2022-01-07git hook run: add an --ignore-missing flagÆvar Arnfjörð Bjarmason1-2/+6
2022-01-07hook: add 'run' subcommandEmily Shaffer1-0/+80