merge: use argv_array when spawning merge strategy
authorJeff King <peff@peff.net>
Thu, 19 Jun 2014 21:29:31 +0000 (17:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2014 22:20:55 +0000 (15:20 -0700)
This is shorter, and avoids a rather complicated set of
allocation and free steps.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found