Re: [PATCH v5 09/14] 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? Why isn't this a pure filter without any "infile" parameter in the first place? > Signed-off-by: Christian Couder > --- > builtin/interpr

[PATCH v5 09/14] trailer: if no input file is passed, read from stdin

2014-02-06 Thread Christian Couder
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 --- builtin/interpret-trailers.c | 2 +- t/t7513-interpret-trailers.sh | 7 +++ trailer.c | 15 +-- 3 files