wt-status: simplify building of summary limit argument
commit10761eb6812bfe46c50360685916ae14859a2b85
authorRené Scharfe <l.s.r@web.de>
Sun, 29 Jun 2014 20:55:44 +0000 (29 22:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2014 06:41:04 +0000 (29 23:41 -0700)
treec1a36c5e8015e70233643f293b286b66c30a1d27
parent85dd6bf4911dc6d08857c234fe3c135abeed2c44
wt-status: simplify building of summary limit argument

Use argv_array_pushf for building the number string for the option
--summary-limit directly instead of using an intermediate buffer.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c