get_importer: use run-command's internal argv_array
authorJeff King <redacted>
Thu, 15 May 2014 08:35:06 +0000 (04:35 -0400)
committerJunio C Hamano <redacted>
Thu, 15 May 2014 16:49:11 +0000 (09:49 -0700)
commit173fd1a1a44b89a204eb1289e4ff1f9d733e0cf1
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
transport-helper.c
git clone https://git.99rst.org/PROJECT