sequencer: use argv_array_pushf
commit3bdd55228b1b76a2c37143636966f333e3782888
authorJeff King <peff@peff.net>
Thu, 19 Jun 2014 21:28:20 +0000 (19 17:28 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jun 2014 22:20:55 +0000 (19 15:20 -0700)
treeda58ec43c2c092e6e640f771cde736316f98e970
parenta0279e1865c7ce7417c0134e2ab32b20531f502a
sequencer: use argv_array_pushf

This avoids a manual allocation calculation, and is shorter
to boot.

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