git/builtin
René Scharfe d318027932 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: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-08-20 09:53:37 -07:00
..
2014-07-16 11:10:11 -07:00
2014-07-28 11:30:41 -07:00
2014-07-22 10:59:37 -07:00
2014-07-16 11:25:40 -07:00
2014-06-16 10:07:15 -07:00
2014-07-22 10:59:25 -07:00
2014-01-17 12:21:20 -08:00
2014-07-09 11:34:05 -07:00
2014-07-09 11:34:05 -07:00
2014-07-16 13:06:41 -07:00
2014-06-25 11:47:36 -07:00
2014-07-21 12:35:39 -07:00
2014-07-16 11:25:40 -07:00
2014-07-21 11:18:37 -07:00
2014-04-30 10:30:02 -07:00
2014-07-16 11:25:40 -07:00
2014-07-28 11:30:41 -07:00
2014-01-17 12:21:20 -08:00
2014-07-23 11:35:45 -07:00
2014-07-16 11:25:40 -07:00