summaryrefslogtreecommitdiff
path: root/t/t1800-hook.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-9/+9
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-2/+2
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-9/+9
2026-04-10t1800: test SIGPIPE with parallel hooksJeff King1-0/+38
2026-04-10hook: allow hook.jobs=-1 to use all available CPU coresAdrian Ratiu1-0/+49
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu1-0/+83
2026-04-10hook: warn when hook.<friendly-name>.jobs is setAdrian Ratiu1-0/+30
2026-04-10hook: add per-event jobs configAdrian Ratiu1-0/+59
2026-04-10hook: add -j/--jobs option to git hook runEmily Shaffer1-7/+128
2026-04-10hook: mark non-parallelizable hooksEmily Shaffer1-0/+16
2026-04-10hook: allow pre-push parallel executionAdrian Ratiu1-0/+32
2026-04-10hook: allow parallel hook executionEmily Shaffer1-0/+142
2026-04-08t1800: add &&-chains to test helper functionsAdrian Ratiu1-6/+6
2026-03-25hook: reject unknown hook names in git-hook(1)Adrian Ratiu1-26/+56
2026-03-25hook: show disabled hooks in "git hook list"Adrian Ratiu1-3/+30
2026-03-25hook: show config scope in git hook listAdrian Ratiu1-0/+21
2026-03-25t1800: add test to verify hook execution orderingAdrian Ratiu1-1/+28
2026-03-25hook: fix minor style issuesAdrian Ratiu1-1/+1
2026-02-19hook: add -z option to "git hook list"Adrian Ratiu1-0/+13
2026-02-19hook: allow out-of-repo 'git hook' invocationsEmily Shaffer1-5/+11
2026-02-19hook: allow event = "" to overwrite previous valuesAdrian Ratiu1-0/+12
2026-02-19hook: allow disabling config hooksAdrian Ratiu1-0/+32
2026-02-19hook: include hooks from the configAdrian Ratiu1-1/+148
2026-02-19hook: add "git hook list" commandEmily Shaffer1-0/+22
2026-01-28t1800: add hook output stream testsAdrian Ratiu1-0/+137
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano1-15/+0
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano1-15/+0
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin1-15/+0
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+15
2024-04-19Sync with 2.39.4Johannes Schindelin1-0/+15
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin1-0/+15
2023-06-12run-command: report exec error even on ENOENTRené Scharfe1-1/+1
2023-06-12t1800: loosen matching of error message for bad shebangRené Scharfe1-15/+5
2023-02-08hook: support a --to-stdin=<path> optionEmily Shaffer1-0/+18
2022-10-31hook tests: fix redirection logic error in 96e7225b310Ævar Arnfjörð Bjarmason1-1/+1
2022-09-15t1800: correct test to handle CygwinAdam Dinwoodie1-3/+3
2022-08-05hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason1-0/+26
2022-06-07hook API: fix v2.36.0 regression: hooks should be connected to a TTYÆvar Arnfjörð Bjarmason1-0/+31
2022-03-17hook tests: turn exit code assertions into a loopÆvar Arnfjörð Bjarmason1-24/+9
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason1-4/+8
2022-01-07git hook run: add an --ignore-missing flagÆvar Arnfjörð Bjarmason1-0/+5
2022-01-07hook: add 'run' subcommandEmily Shaffer1-0/+129