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