aboutsummaryrefslogtreecommitdiff
path: root/builtin/hook.c
AgeCommit message (Expand)Author
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu
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: replace hook_list_clear() -> string_list_clear_func()Adrian Ratiu
2026-03-25hook: fix minor style issuesAdrian Ratiu
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu
2026-02-19hook: include hooks from the configAdrian Ratiu
2026-02-19hook: add "git hook list" commandEmily Shaffer
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-08hook: support a --to-stdin=<path> optionEmily Shaffer
2022-08-19builtin/hook.c: let parse-options parse subcommandsSZEDER Gábor
2022-01-07git hook run: add an --ignore-missing flagÆvar Arnfjörð Bjarmason
2022-01-07hook: add 'run' subcommandEmily Shaffer