]> git.99rst.org Git - git.git/commitdiff
Merge branch 'ab/hook-api-with-stdin'
authorJunio C Hamano <redacted>
Wed, 22 Feb 2023 22:55:45 +0000 (14:55 -0800)
committerJunio C Hamano <redacted>
Wed, 22 Feb 2023 22:55:45 +0000 (14:55 -0800)
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

1  2 
builtin/am.c
sequencer.c

diff --cc builtin/am.c
Simple merge
diff --cc sequencer.c
Simple merge
git clone https://git.99rst.org/PROJECT