Merge branch 'ab/hook-api-with-stdin'
commit5048df67b295baeaaa6dafb16ff712bd2a62731a
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2023 22:55:45 +0000 (22 14:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2023 22:55:45 +0000 (22 14:55 -0800)
tree3c1325ae2d6ddb123323fc30452dd56043e66c51
parent72972ea0b978f20b335339d18e497da617398967
parent0414b3891cd3adb80b879c7be49d9b727e2b23f5
Merge branch 'ab/hook-api-with-stdin'

Extend the run-hooks API to allow feeding data from the standard
input when running the hook script(s).

* ab/hook-api-with-stdin:
  hook: support a --to-stdin=<path> option
  sequencer: use the new hook API for the simpler "post-rewrite" call
  hook API: support passing stdin to hooks, convert am's 'post-rewrite'
  run-command: allow stdin for run_processes_parallel
  run-command.c: remove dead assignment in while-loop
builtin/am.c
sequencer.c