bundle: use argv-array
commit1e2371ea6656beaf94fd706eb414febac88c6398
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Nov 2013 21:32:11 +0000 (12 13:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Nov 2013 21:32:11 +0000 (12 13:32 -0800)
treeb709979fcd078da00b020d8d67b3b9cacee95052
parent706150404d42c712a1a00acf191cbe3e1c499ca2
bundle: use argv-array

Instead of hand-crafted arrays to manage command line arguments
we create internally, use argv-array helpers.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
bundle.c