]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2026 17:22:21 +0000 (09:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2026 17:22:21 +0000 (09:22 -0800)
commit468b5f75c3e277d84e2d739e642fbad27ccdb666
treebc9d89124c0313cf4023ca2ed8af47fbb0acb4de
parentb2826b52eb7caff9f4ed6e85ec45e338bf02ad09
parentb5e9ad508c2f340bd2d2547d7370ae7ac6a0d65d
Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks

* ar/run-command-hook-take-2:
  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
  t1800: add hook output stream tests
refs.c
sequencer.c