get_importer: use run-command's internal argv_array
commit173fd1a1a44b89a204eb1289e4ff1f9d733e0cf1
authorJeff King <peff@peff.net>
Thu, 15 May 2014 08:35:06 +0000 (15 04:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 May 2014 16:49:11 +0000 (15 09:49 -0700)
tree27b8806bf7467e36e6828a8ce594993156bc9cbd
parent2aeae40a754ed8296df95df263e694ad4eab3a49
get_importer: use run-command's internal argv_array

This saves a few lines and lets us avoid having to clean up
the memory manually when the command finishes.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c