index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
hook.c
Age
Commit message (
Expand
)
Author
Lines
11 days
hook: allow hook.jobs=-1 to use all available CPU cores
Adrian Ratiu
-2
/
+13
11 days
hook: add hook.<event>.enabled switch
Adrian Ratiu
-6
/
+14
11 days
hook: move is_known_hook() to hook.c for wider use
Adrian Ratiu
-10
/
+0
11 days
hook: add -j/--jobs option to git hook run
Emily Shaffer
-1
/
+4
2026-03-25
hook: reject unknown hook names in git-hook(1)
Adrian Ratiu
-2
/
+33
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
-8
/
+12
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
-2
/
+12
2026-03-25
hook: replace hook_list_clear() -> string_list_clear_func()
Adrian Ratiu
-1
/
+1
2026-03-25
hook: fix minor style issues
Adrian Ratiu
-4
/
+2
2026-02-19
hook: add -z option to "git hook list"
Adrian Ratiu
-3
/
+6
2026-02-19
hook: include hooks from the config
Adrian Ratiu
-0
/
+3
2026-02-19
hook: add "git hook list" command
Emily Shaffer
-0
/
+60
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
-6
/
+0
2025-12-28
hook: allow overriding the ungroup option
Adrian Ratiu
-0
/
+6
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-1
/
+1
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
-3
/
+4
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
-1
/
+4
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-1
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
-1
/
+3
2022-08-19
builtin/hook.c: let parse-options parse subcommands
SZEDER Gábor
-8
/
+4
2022-01-07
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason
-2
/
+6
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
-0
/
+80