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