Re: [PATCH 2/3] column: allow for custom printf

2017-04-10 Thread Duy Nguyen
On Wed, Mar 29, 2017 at 06:42:37PM -0700, Stefan Beller wrote: > diff --git a/column.h b/column.h > index 0a61917fa7..c44a1525a9 100644 > --- a/column.h > +++ b/column.h > @@ -24,6 +24,9 @@ struct column_options { > int padding; > const char *indent; > const char *nl; > + > +

Re: [PATCH 2/3] column: allow for custom printf

2017-03-29 Thread Jeff King
On Wed, Mar 29, 2017 at 06:42:37PM -0700, Stefan Beller wrote: > Signed-off-by: Stefan Beller No justification? I assume it will be used in a future patch. > diff --git a/column.h b/column.h > index 0a61917fa7..c44a1525a9 100644 > --- a/column.h > +++ b/column.h > @@ -24,6

[PATCH 2/3] column: allow for custom printf

2017-03-29 Thread Stefan Beller
Signed-off-by: Stefan Beller --- column.c | 13 - column.h | 3 +++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/column.c b/column.c index 4851b9aa04..522e554f29 100644 --- a/column.c +++ b/column.c @@ -114,7 +114,9 @@ static void