aboutsummaryrefslogtreecommitdiff
path: root/t/t1800-hook.sh
AgeCommit message (Expand)Author
6 dayst1800: add &&-chains to test helper functionsAdrian Ratiu
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu
2026-03-25hook: show config scope in git hook listAdrian Ratiu
2026-03-25t1800: add test to verify hook execution orderingAdrian Ratiu
2026-03-25hook: fix minor style issuesAdrian Ratiu
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu
2026-02-19hook: allow out-of-repo 'git hook' invocationsEmily Shaffer
2026-02-19hook: allow event = "" to overwrite previous valuesAdrian Ratiu
2026-02-19hook: allow disabling config hooksAdrian Ratiu
2026-02-19hook: include hooks from the configAdrian Ratiu
2026-02-19hook: add "git hook list" commandEmily Shaffer
2026-01-28t1800: add hook output stream testsAdrian Ratiu
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin
2023-06-12run-command: report exec error even on ENOENTRené Scharfe
2023-06-12t1800: loosen matching of error message for bad shebangRené Scharfe
2023-02-08hook: support a --to-stdin=<path> optionEmily Shaffer
2022-10-31hook tests: fix redirection logic error in 96e7225b310Ævar Arnfjörð Bjarmason
2022-09-15t1800: correct test to handle CygwinAdam Dinwoodie
2022-08-05hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason
2022-06-07hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason
2022-03-17hook tests: turn exit code assertions into a loopÆvar Arnfjörð Bjarmason
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason
2022-01-07git hook run: add an --ignore-missing flagÆvar Arnfjörð Bjarmason
2022-01-07hook: add 'run' subcommandEmily Shaffer