From: Jeff King Date: Thu, 15 May 2014 08:34:44 +0000 (-0400) Subject: get_exporter: use argv_array X-Git-Tag: v2.1.0-rc0~131^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2aeae40a754ed8296df95df263e694ad4eab3a49?ds=inline;hp=2aeae40a754ed8296df95df263e694ad4eab3a49 get_exporter: use argv_array This simplifies the code and avoids a fixed array size that we might accidentally overflow. It also prevents a leak after finish_command is run, by using the argv_array that run-command manages for us. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---