Re: [PATCH v4 10/17] trailer: if no input file is passed, read from stdin

2014-02-09 Thread Christian Couder
From: Junio C Hamano Subject: Re: [PATCH v4 10/17] trailer: if no input file is passed, read from stdin Date: Thu, 06 Feb 2014 13:51:36 -0800 > Christian Couder writes: > >> It is simpler and more natural if the "git interpret-trailers" >> is made a filter as its o

Re: [PATCH v4 10/17] trailer: if no input file is passed, read from stdin

2014-02-06 Thread Junio C Hamano
Christian Couder writes: > It is simpler and more natural if the "git interpret-trailers" > is made a filter as its output already goes to sdtout. sdtout??? > > Signed-off-by: Christian Couder > --- > builtin/interpret-trailers.c | 2 +- > t/t7513-interpret-trailers.sh | 7 +++ > trail

Re: [PATCH v4 10/17] trailer: if no input file is passed, read from stdin

2014-02-06 Thread Christian Couder
From: Eric Sunshine > > On Thu, Jan 30, 2014 at 1:49 AM, Christian Couder > wrote: >> It is simpler and more natural if the "git interpret-trailers" >> is made a filter as its output already goes to sdtout. >> >> Signed-off-by: Christian Couder >> --- >> diff --git a/trailer.c b/trailer.c >> ind

Re: [PATCH v4 10/17] trailer: if no input file is passed, read from stdin

2014-02-02 Thread Eric Sunshine
On Thu, Jan 30, 2014 at 1:49 AM, Christian Couder wrote: > It is simpler and more natural if the "git interpret-trailers" > is made a filter as its output already goes to sdtout. > > Signed-off-by: Christian Couder > --- > diff --git a/trailer.c b/trailer.c > index 8681aed..73a65e0 100644 > --- a