From: Junio C Hamano Date: Mon, 13 Jun 2022 22:53:41 +0000 (-0700) Subject: Merge branch 'ab/hooks-regression-fix' X-Git-Tag: v2.37.0-rc0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a7f6be5b17f572fc68ff2a2e0c079d50c671c74;p=thirdparty%2Fgit.git 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() --- 1a7f6be5b17f572fc68ff2a2e0c079d50c671c74