Re: [PATCH 2/2] wt-status: simplify building of summary limit argument

2014-07-01 Thread Matthieu Moy
René Scharfe writes: > Signed-off-by: Rene Scharfe > --- > wt-status.c | 4 +--- Both patches sound straightforward and good to me. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.ker

[PATCH 2/2] wt-status: simplify building of summary limit argument

2014-06-29 Thread René Scharfe
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 --- wt-status.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wt-status.c b/wt-status.c index 2c0bff8..882cfe9