describe: use argv-array
commit45bc950b4330ab675724b5079aa1528acde9f404
authorJunio C Hamano <gitster@pobox.com>
Sun, 7 Jul 2013 21:42:23 +0000 (7 14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2013 15:15:28 +0000 (9 08:15 -0700)
tree435099cc3ba68107c284667a5440c74e2c7bc2a4
parentb23e0b9353e38149e791bde0feb1220aa1c8bac1
describe: use argv-array

Instead of using a hand allocated args[] array, use argv-array API
to manage the dynamically created list of arguments when invoking
name-rev.

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