index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
hook.c
Age
Commit message (
Expand
)
Author
2026-03-25
hook: reject unknown hook names in git-hook(1)
Adrian Ratiu
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
2026-03-25
hook: replace hook_list_clear() -> string_list_clear_func()
Adrian Ratiu
2026-03-25
hook: fix minor style issues
Adrian Ratiu
2026-02-19
hook: add -z option to "git hook list"
Adrian Ratiu
2026-02-19
hook: include hooks from the config
Adrian Ratiu
2026-02-19
hook: add "git hook list" command
Emily Shaffer
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
2025-12-28
hook: allow overriding the ungroup option
Adrian Ratiu
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
2022-08-19
builtin/hook.c: let parse-options parse subcommands
SZEDER Gábor
2022-01-07
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason
2022-01-07
hook: add 'run' subcommand
Emily Shaffer