pack-objects: use argv_array
commitedfbb2aa538148b38ee0ba6d62c95b7edda5d817
authorJeff King <peff@peff.net>
Fri, 17 Oct 2014 00:44:35 +0000 (16 20:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Oct 2014 22:07:07 +0000 (19 15:07 -0700)
tree230d30d1daf9fc380c453879187a83de2d002b67
parent1be111d88f526130dcf3b7c7ad0f5df17c6d2bae
pack-objects: use argv_array

This saves us from having to bump the rp_av count when we
add new traversal options.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c