]> Kevux Git Server - rit/commit
Merge branch 'ar/config-hooks' into ar/config-hook-cleanups
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 20:07:50 +0000 (13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 20:07:50 +0000 (13:07 -0700)
commit83677335aea701658b4377ce09b9fe586fad1620
tree38760bc214ac8026db6cd649f241bd1553f022a0
parent4aa72ea1f64e8ddcd1865c76b24591c0916c0b5d
parentec1c4d974ac74afb4f0574d29f7bbb30c1c46431
Merge branch 'ar/config-hooks' into ar/config-hook-cleanups

* ar/config-hooks: (21 commits)
  builtin/receive-pack: avoid spinning no-op sideband async threads
  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
  receive-pack: convert receive hooks to hook API
  receive-pack: convert update hooks to new API
  run-command: poll child input in addition to output
  hook: add jobs option
  reference-transaction: use hook API instead of run-command
  transport: convert pre-push to hook API
  hook: allow separate std[out|err] streams
  hook: convert 'post-rewrite' hook in sequencer.c to hook API
  hook: provide stdin via callback
  run-command: add stdin callback for parallelization
  run-command: add helper for pp child states
  ...
builtin/receive-pack.c
git.c
refs.c
repository.c
repository.h
run-command.c
sequencer.c
transport.c