Skip to content
Snippets Groups Projects
Commit d3180279 authored by René Scharfe's avatar René Scharfe Committed by Junio C Hamano
Browse files

run-command: introduce CHILD_PROCESS_INIT


Most struct child_process variables are cleared using memset first after
declaration.  Provide a macro, CHILD_PROCESS_INIT, that can be used to
initialize them statically instead.  That's shorter, doesn't require a
function call and is slightly more readable (especially given that we
already have STRBUF_INIT, ARGV_ARRAY_INIT etc.).

Helped-by: default avatarJohannes Sixt <j6t@kdbg.org>
Signed-off-by: default avatarRene Scharfe <l.s.r@web.de>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 6c4ab27f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment