Browse Source
When we have a null-terminated array, it would be useful to convert it or append it to an argv_array for further manipulation. Implement argv_array_pushv() which will push a null-terminated array of strings on to an argv_array. Signed-off-by: Paul Tan <pyokagan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Paul Tan
10 years ago
committed by
Junio C Hamano
3 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue