Re: [PATCH v3 2/4] transport-helper: call do_take_over() in process_connect
From: Junio C Hamano <hidden>
Date: 2023-10-04 18:29:08
From: Junio C Hamano <hidden>
Date: 2023-10-04 18:29:08
Jiang Xin [off-list ref] writes:
It is safe to make a refactor by moving the call of do_take_over() into the function process_connect().
"It is safe" only explains why it does not hurt, and does not explain why it is a good idea to do so, though.