index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hook.h
Age
Commit message (
Expand
)
Author
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