]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ar/config-hooks' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 23:16:30 +0000 (15:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 23:16:30 +0000 (15:16 -0800)
commit6a04cca28e210f0c51cfefcb52475c7ede6e99fb
treeca48da7b17a78b94138c6de20dafd1a2c94ca9b9
parentd6ebc97cb19c3daccf11c03dc52cf2eb0286b9ea
parent4b12cd3ae3acbc819189758d09f9c983bde16040
Merge branch 'ar/config-hooks' into next

Allow hook commands to be defined (possibly centrally) in the
configuration files, and run multiple of them for the same hook
event.

* ar/config-hooks:
  hook: add -z option to "git hook list"
  hook: allow out-of-repo 'git hook' invocations
  hook: allow event = "" to overwrite previous values
  hook: allow disabling config hooks
  hook: include hooks from the config
  hook: add "git hook list" command
  hook: run a list of hooks to prepare for multihook support
  hook: add internal state alloc/free callbacks
builtin/receive-pack.c
git.c
refs.c
repository.c
repository.h
transport.c