index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hook.c
Age
Commit message (
Expand
)
Author
Lines
10 days
hook: allow hook.jobs=-1 to use all available CPU cores
Adrian Ratiu
-17
/
+43
10 days
hook: add hook.<event>.enabled switch
Adrian Ratiu
-5
/
+42
10 days
hook: move is_known_hook() to hook.c for wider use
Adrian Ratiu
-0
/
+10
10 days
hook: warn when hook.<friendly-name>.jobs is set
Adrian Ratiu
-0
/
+40
10 days
hook: add per-event jobs config
Adrian Ratiu
-5
/
+41
10 days
hook: add -j/--jobs option to git hook run
Emily Shaffer
-0
/
+17
10 days
hook: allow pre-push parallel execution
Adrian Ratiu
-8
/
+16
10 days
hook: allow parallel hook execution
Emily Shaffer
-6
/
+73
10 days
hook: parse the hook.jobs config
Adrian Ratiu
-2
/
+21
2026-03-25
hook: show disabled hooks in "git hook list"
Adrian Ratiu
-17
/
+37
2026-03-25
hook: show config scope in git hook list
Adrian Ratiu
-4
/
+20
2026-03-25
hook: introduce hook_config_cache_entry for per-hook data
Adrian Ratiu
-6
/
+22
2026-03-25
hook: make consistent use of friendly-name in docs
Adrian Ratiu
-1
/
+1
2026-03-25
hook: replace hook_list_clear() -> string_list_clear_func()
Adrian Ratiu
-18
/
+22
2026-03-25
hook: detect & emit two more bugs
Adrian Ratiu
-0
/
+4
2026-03-25
hook: rename cb_data_free/alloc -> hook_data_free/alloc
Adrian Ratiu
-2
/
+2
2026-03-25
hook: fix minor style issues
Adrian Ratiu
-16
/
+18
2026-03-25
hook: move unsorted_string_list_remove() to string-list.[ch]
Adrian Ratiu
-11
/
+3
2026-02-19
hook: allow out-of-repo 'git hook' invocations
Emily Shaffer
-2
/
+28
2026-02-19
hook: allow event = "" to overwrite previous values
Adrian Ratiu
-10
/
+19
2026-02-19
hook: allow disabling config hooks
Adrian Ratiu
-0
/
+20
2026-02-19
hook: include hooks from the config
Adrian Ratiu
-1
/
+196
2026-02-19
hook: add "git hook list" command
Emily Shaffer
-15
/
+2
2026-02-19
hook: run a list of hooks to prepare for multihook support
Emily Shaffer
-31
/
+108
2026-02-19
hook: add internal state alloc/free callbacks
Adrian Ratiu
-0
/
+13
2026-01-28
hook: add jobs option
Adrian Ratiu
-2
/
+5
2026-01-28
hook: allow separate std[out|err] streams
Adrian Ratiu
-1
/
+1
2026-01-28
hook: provide stdin via callback
Emily Shaffer
-1
/
+22
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
-27
/
+2
2025-12-28
hooks: allow callers to capture output
Emily Shaffer
-0
/
+1
2025-12-28
hook: allow overriding the ungroup option
Adrian Ratiu
-1
/
+4
2025-12-28
hook: provide stdin via callback
Emily Shaffer
-1
/
+22
2025-02-07
path: refactor `repo_git_path()` family of functions
Patrick Steinhardt
-2
/
+1
2024-12-15
Merge branch 'bf/explicit-config-set-in-advice-messages'
Junio C Hamano
-1
/
+1
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
-1
/
+1
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
-10
/
+11
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
-33
/
+0
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
-33
/
+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
-32
/
+0
2024-05-21
clone: drop the protections where hooks aren't run
Johannes Schindelin
-34
/
+0
2024-05-21
hook: plug a new memory leak
Johannes Schindelin
-1
/
+3
2024-04-19
Sync with 2.41.1
Johannes Schindelin
-7
/
+46
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-7
/
+46
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-7
/
+43
2024-04-19
clone: prevent hooks from running during a clone
Johannes Schindelin
-0
/
+32
2024-04-17
find_hook(): refactor the `STRIP_EXTENSION` logic
Johannes Schindelin
-7
/
+11
2023-06-12
abspath: move related functions to abspath
Calvin Wan
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
-6
/
+6
2023-02-24
run_processes_parallel: mark unused callback parameters
Jeff King
-6
/
+6
[next]