check_everything_connected: convert to argv_array
authorJeff King <peff@peff.net>
Fri, 15 Jul 2016 10:28:32 +0000 (06:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jul 2016 19:10:51 +0000 (12:10 -0700)
This avoids the magic "9" array-size which we must avoid
overflowing, making further patches simpler.

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