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-08-20 09:53:37 -07:00
2014-07-16 11:10:11 -07:00
2014-07-28 11:30:41 -07:00
2013-12-05 14:13:21 -08:00
2013-08-05 11:32:19 -07:00
2014-07-22 10:59:37 -07:00
2014-06-20 10:44:43 -07:00
2014-03-25 11:07:36 -07:00
2014-03-18 14:03:03 -07:00
2013-09-20 12:37:32 -07:00
2013-07-13 10:19:37 -07:00
2014-06-13 11:49:39 -07:00
2014-07-16 11:25:40 -07:00
2014-07-21 10:30:21 -07:00
2014-07-17 11:17:13 -07:00
2013-12-05 14:13:21 -08:00
2014-06-12 10:29:41 -07:00
2014-08-20 09:53:37 -07:00
2014-06-16 10:07:15 -07:00
2014-07-07 13:56:35 -07:00
2013-07-15 10:56:08 -07:00
2013-07-15 10:56:08 -07:00
2014-07-22 10:59:25 -07:00
2013-12-27 14:58:17 -08:00
2014-07-02 12:53:02 -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-17 13:36:25 -07:00
2014-07-16 13:06:41 -07:00
2014-06-25 11:47:36 -07:00
2013-12-03 12:35:22 -08:00
2014-06-25 11:47:49 -07:00
2013-08-07 08:30:55 -07:00
2014-08-20 09:53:37 -07:00
2014-07-21 12:35:39 -07:00
2014-04-17 11:09:56 -07:00
2014-07-16 11:16:38 -07:00
2014-02-24 14:37:19 -08:00
2014-05-27 14:00:43 -07:00
2014-02-24 14:37:14 -08:00
2014-06-25 11:48:23 -07:00
2014-02-13 13:38:59 -08:00
2013-08-05 11:32:19 -07:00
2013-07-09 09:12:48 -07:00
2013-12-05 14:13:21 -08:00
2013-05-06 22:17:00 -07:00
2014-08-20 09:53:37 -07:00
2014-03-03 14:54:45 -08:00
2014-07-16 11:25:40 -07:00
2014-06-19 15:20:54 -07:00
2014-08-20 09:53:37 -07:00
2014-06-25 12:23:19 -07:00
2013-05-01 15:33:11 -07:00
2014-06-10 13:09:24 -07:00
2014-02-24 09:08:37 -08:00
2014-03-14 14:27:06 -07:00
2014-06-20 10:44:43 -07:00
2014-06-13 11:49:41 -07:00
2014-08-20 09:53:37 -07:00
2014-05-08 14:31:43 -07:00
2014-08-20 09:53:37 -07:00
2014-07-21 11:18:37 -07:00
2014-08-20 09:53:37 -07:00
2014-08-20 09:53:37 -07:00
2014-04-30 10:30:02 -07:00
2014-07-16 11:25:40 -07:00
2014-06-13 12:09:38 -07:00
2014-07-28 11:30:41 -07:00
2014-03-24 10:43:34 -07:00
2014-06-13 11:49:10 -07:00
2014-01-17 12:21:20 -08:00
2013-12-05 14:13:21 -08:00
2014-07-28 11:30:41 -07:00
2013-12-05 14:13:21 -08:00
2013-09-06 13:33:17 -07:00
2013-12-05 14:13:21 -08:00
2014-07-23 11:35:45 -07:00
2014-03-14 14:27:06 -07:00
2014-07-16 11:25:40 -07:00
2014-07-14 11:54:42 -07:00
2013-12-05 14:13:21 -08:00
2014-06-23 15:50:31 -07:00
2014-08-20 09:53:37 -07:00