Browse Source
The child_process structure has an embedded strvec for formulating the command line argument list these days, but code that predates the wide use of it prepared a separate char *argv[] array and manually set the child_process.argv pointer point at it. Teach these old-style code to lose the separate argv[] array. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Junio C Hamano
4 years ago
4 changed files with 7 additions and 19 deletions
Loading…
Reference in new issue