Re: [PATCH v2 8/8] hook API: fix v2.36.0 regression: hooks should be connected to a TTY
From: Junio C Hamano <hidden> Date: 2022-05-18 22:03:34
Ævar Arnfjörð Bjarmason [off-list ref] writes:
In the preceding commit we removed the "stdout_to_stderr=1" assignment
as being redundant. This change brings it back as with ".ungroup=1"
the run_process_parallel() function doesn't provide them for us
implicitly.
This part I recall commenting on the earlier round. The above
message and the change in the patch makes sense.
Thanks.