]> Kevux Git Server - rit/commit
Merge branch 'ar/config-hooks'
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2026 21:23:18 +0000 (14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2026 21:23:18 +0000 (14:23 -0700)
commitf330d46deeb143b6109143f37a47d025475d11d6
treec2b93a2ec12c0e9c8227be1a362c0fd261d6376a
parent9a8aebae972de22ecd5adb92fec9d77147949c8a
parentec1c4d974ac74afb4f0574d29f7bbb30c1c46431
Merge branch 'ar/config-hooks'

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