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
/
hook.h
Age
Commit message (
Expand
)
Author
Lines
10 days
hook: add hook.<event>.enabled switch
Adrian Ratiu
-0
/
+1
10 days
hook: move is_known_hook() to hook.c for wider use
Adrian Ratiu
-0
/
+6
10 days
hook: allow pre-push parallel execution
Adrian Ratiu
-2
/
+4
10 days
hook: allow parallel hook execution
Emily Shaffer
-0
/
+25
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
-0
/
+1
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
-0
/
+2
2026-03-25
hook: make consistent use of friendly-name in docs
Adrian Ratiu
-1
/
+1
2026-03-25
hook: replace hook_list_clear() -> string_list_clear_func()
Adrian Ratiu
-6
/
+14
2026-03-25
hook: rename cb_data_free/alloc -> hook_data_free/alloc
Adrian Ratiu
-5
/
+5
2026-03-25
hook: fix minor style issues
Adrian Ratiu
-3
/
+2
2026-02-19
hook: include hooks from the config
Adrian Ratiu
-1
/
+13
2026-02-19
hook: add "git hook list" command
Emily Shaffer
-1
/
+23
2026-02-19
hook: run a list of hooks to prepare for multihook support
Emily Shaffer
-14
/
+45
2026-02-19
hook: add internal state alloc/free callbacks
Adrian Ratiu
-1
/
+24
2026-01-28
hook: add jobs option
Adrian Ratiu
-0
/
+9
2026-01-28
hook: allow separate std[out|err] streams
Adrian Ratiu
-0
/
+10
2026-01-28
hook: provide stdin via callback
Emily Shaffer
-0
/
+38
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
-51
/
+0
2025-12-28
hooks: allow callers to capture output
Emily Shaffer
-0
/
+8
2025-12-28
hook: allow overriding the ungroup option
Adrian Ratiu
-0
/
+5
2025-12-28
hook: provide stdin via callback
Emily Shaffer
-0
/
+38
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
-5
/
+8
2024-06-10
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Junio C Hamano
-0
/
+1
2023-02-08
hook API: support passing stdin to hooks, convert am's 'post-rewrite'
Emily Shaffer
-0
/
+5
2022-03-07
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
-0
/
+12
2022-01-07
hooks: convert worktree 'post-checkout' hook to hook library
Emily Shaffer
-0
/
+6
2022-01-07
hook API: add a run_hooks_l() wrapper
Ævar Arnfjörð Bjarmason
-0
/
+10
2022-01-07
hook API: add a run_hooks() wrapper
Ævar Arnfjörð Bjarmason
-0
/
+6
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
-0
/
+35
2021-09-27
hook.c: add a hook_exists() wrapper and use it in bugreport.c
Emily Shaffer
-0
/
+5
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
-0
/
+11