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
/
t
/
t1800-hook.sh
Age
Commit message (
Expand
)
Author
6 days
t1800: add &&-chains to test helper functions
Adrian Ratiu
2026-03-25
hook: reject unknown hook names in git-hook(1)
Adrian Ratiu
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
t1800: add test to verify hook execution ordering
Adrian Ratiu
2026-03-25
hook: fix minor style issues
Adrian Ratiu
2026-02-19
hook: add -z option to "git hook list"
Adrian Ratiu
2026-02-19
hook: allow out-of-repo 'git hook' invocations
Emily Shaffer
2026-02-19
hook: allow event = "" to overwrite previous values
Adrian Ratiu
2026-02-19
hook: allow disabling config hooks
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-01-28
t1800: add hook output stream tests
Adrian Ratiu
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
2024-05-24
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
2024-05-21
Revert "core.hooksPath: add some protection while cloning"
Johannes Schindelin
2024-04-19
Sync with 2.41.1
Johannes Schindelin
2024-04-19
Sync with 2.39.4
Johannes Schindelin
2024-04-19
core.hooksPath: add some protection while cloning
Johannes Schindelin
2023-06-12
run-command: report exec error even on ENOENT
René Scharfe
2023-06-12
t1800: loosen matching of error message for bad shebang
René Scharfe
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
2022-10-31
hook tests: fix redirection logic error in 96e7225b310
Ævar Arnfjörð Bjarmason
2022-09-15
t1800: correct test to handle Cygwin
Adam Dinwoodie
2022-08-05
hook API: don't segfault on strbuf_addf() to NULL "out"
Ævar Arnfjörð Bjarmason
2022-06-07
hook API: fix v2.36.0 regression: hooks should be connected to a TTY
Ævar Arnfjörð Bjarmason
2022-03-17
hook tests: turn exit code assertions into a loop
Ævar Arnfjörð Bjarmason
2022-03-17
test-lib-functions: add and use a "test_hook" wrapper
Ævar Arnfjörð Bjarmason
2022-01-07
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason
2022-01-07
hook: add 'run' subcommand
Emily Shaffer