mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
use child_process_init() to initialize struct child_process variables
Call child_process_init() instead of zeroing the memory of variables of type struct child_process by hand before use because the former is both clearer and shorter. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
fbecd99861
commit
8828f2985f
Reference in New Issue
Block a user