]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/hooks-regression-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2022 22:53:41 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2022 22:53:41 +0000 (15:53 -0700)
commit1a7f6be5b17f572fc68ff2a2e0c079d50c671c74
tree1968c2539b29085e584648a5b8079551ec61b752
parent66c2948ffd6e376447252a3a72f7ce78eeef3e52
parenta082345372e14ecd30a84a790eda0c38154e4602
Merge branch 'ab/hooks-regression-fix'

In Git 2.36 we revamped the way how hooks are invoked.  One change
that is end-user visible is that the output of a hook is no longer
directly connected to the standard output of "git" that spawns the
hook, which was noticed post release.  This is getting corrected.

* ab/hooks-regression-fix:
  hook API: fix v2.36.0 regression: hooks should be connected to a TTY
  run-command: add an "ungroup" option to run_process_parallel()
hook.c
run-command.c
run-command.h
t/helper/test-run-command.c