git/compat
René Scharfe 4120294cbf use child_process member "args" instead of string array variable
Use run_command() with a struct child_process variable and populate its
"args" member directly instead of building a string array and passing it
to run_command_v_opt().  This avoids the use of magic index numbers and
makes simplifies the possible addition of more arguments in the future.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
2022-10-30 14:04:39 -04:00
..
2020-04-16 15:23:42 -07:00
2009-03-02 18:28:06 -08:00
2022-05-02 09:50:37 -07:00
2022-05-02 09:50:37 -07:00
2010-11-23 16:06:50 -08:00
2019-06-25 10:46:57 -07:00
2022-08-17 09:21:40 -07:00
2021-02-26 14:15:51 -08:00
2021-10-29 15:00:58 -07:00