]> git.ipfire.org Git - thirdparty/git.git/commit - column.c
use child_process_init() to initialize struct child_process variables
authorRené Scharfe <l.s.r@web.de>
Tue, 28 Oct 2014 20:52:34 +0000 (21:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Oct 2014 21:56:17 +0000 (14:56 -0700)
commit8828f2985f1967201c256fb01f92a91acfdb5001
tree01bf1d97fa987db525a13283437230c857093762
parentfbecd99861ea5795aeba46faf2ac7a8c1b70d485
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>
bundle.c
column.c
trailer.c
transport-helper.c