checkout: use argv_array API
commit7bf0b01750e975f8a4df925ac75efa7f984bf393
authorJeff King <peff@peff.net>
Tue, 13 Sep 2011 21:58:19 +0000 (13 17:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Sep 2011 18:57:25 +0000 (14 11:57 -0700)
treeac21c0d6ebe6eb6588a329bd8f5d247afb6256ec
parent8a534b612410b9746ef33af9e4631fc18bd77621
checkout: use argv_array API

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>
builtin/checkout.c