checkout: use argv_array API
authorJeff King <peff@peff.net>
Tue, 13 Sep 2011 21:58:19 +0000 (17:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Sep 2011 18:57:25 +0000 (11:57 -0700)
We were using a similar ad-hoc rev_list_args structure, but
this saves some code.

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