index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t1800-hook.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-19
Merge branch 'mm/test-grep-lint'
Junio C Hamano
1
-9
/
+9
2026-07-07
parse-options: exit 0 on -h
brian m. carlson
1
-2
/
+2
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-9
/
+9
2026-04-10
t1800: test SIGPIPE with parallel hooks
Jeff King
1
-0
/
+38
2026-04-10
hook: allow hook.jobs=-1 to use all available CPU cores
Adrian Ratiu
1
-0
/
+49
2026-04-10
hook: add hook.<event>.enabled switch
Adrian Ratiu
1
-0
/
+83
2026-04-10
hook: warn when hook.<friendly-name>.jobs is set
Adrian Ratiu
1
-0
/
+30
2026-04-10
hook: add per-event jobs config
Adrian Ratiu
1
-0
/
+59
2026-04-10
hook: add -j/--jobs option to git hook run
Emily Shaffer
1
-7
/
+128
2026-04-10
hook: mark non-parallelizable hooks
Emily Shaffer
1
-0
/
+16
2026-04-10
hook: allow pre-push parallel execution
Adrian Ratiu
1
-0
/
+32
2026-04-10
hook: allow parallel hook execution
Emily Shaffer
1
-0
/
+142
2026-04-08
t1800: add &&-chains to test helper functions
Adrian Ratiu
1
-6
/
+6
2026-03-25
hook: reject unknown hook names in git-hook(1)
Adrian Ratiu
1
-26
/
+56
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
1
-3
/
+30
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
1
-0
/
+21
2026-03-25
t1800: add test to verify hook execution ordering
Adrian Ratiu
1
-1
/
+28
2026-03-25
hook: fix minor style issues
Adrian Ratiu
1
-1
/
+1
2026-02-19
hook: add -z option to "git hook list"
Adrian Ratiu
1
-0
/
+13
2026-02-19
hook: allow out-of-repo 'git hook' invocations
Emily Shaffer
1
-5
/
+11
2026-02-19
hook: allow event = "" to overwrite previous values
Adrian Ratiu
1
-0
/
+12
2026-02-19
hook: allow disabling config hooks
Adrian Ratiu
1
-0
/
+32
2026-02-19
hook: include hooks from the config
Adrian Ratiu
1
-1
/
+148
2026-02-19
hook: add "git hook list" command
Emily Shaffer
1
-0
/
+22
2026-01-28
t1800: add hook output stream tests
Adrian Ratiu
1
-0
/
+137
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
1
-15
/
+0
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
1
-15
/
+0
2024-05-21
Revert "core.hooksPath: add some protection while cloning"
Johannes Schindelin
1
-15
/
+0
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+15
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-0
/
+15
2024-04-19
core.hooksPath: add some protection while cloning
Johannes Schindelin
1
-0
/
+15
2023-06-12
run-command: report exec error even on ENOENT
René Scharfe
1
-1
/
+1
2023-06-12
t1800: loosen matching of error message for bad shebang
René Scharfe
1
-15
/
+5
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
1
-0
/
+18
2022-10-31
hook tests: fix redirection logic error in 96e7225b310
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-09-15
t1800: correct test to handle Cygwin
Adam Dinwoodie
1
-3
/
+3
2022-08-05
hook API: don't segfault on strbuf_addf() to NULL "out"
Ævar Arnfjörð Bjarmason
1
-0
/
+26
2022-06-07
hook API: fix v2.36.0 regression: hooks should be connected to a TTY
Ævar Arnfjörð Bjarmason
1
-0
/
+31
2022-03-17
hook tests: turn exit code assertions into a loop
Ævar Arnfjörð Bjarmason
1
-24
/
+9
2022-03-17
test-lib-functions: add and use a "test_hook" wrapper
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2022-01-07
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
1
-0
/
+129