aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/hook.c
AgeCommit message (Expand)AuthorFilesLines
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