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