Re: [PATCH] Clean up file descriptors when calling hooks.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:14
Daniel Barkalow [off-list ref] writes:
On Wed, 7 Dec 2005, Junio C Hamano wrote:
quoted
A quick question. I understand "not connected to the pushing
connection" is desirable, but is there a reason you chose to
leave them open to /dev/null, not close()d?
Wouldn't that make programs that assume that stdout (or stdin) is still
valid get errors?
right both of you are. applied and pushed out. thanks.