Re: [PATCH v6 09/11] trailer: execute command from 'trailer.name.command'

2014-03-05 Thread Junio C Hamano
Christian Couder chrisc...@tuxfamily.org writes: diff --git a/trailer.c b/trailer.c index ab93c16..67e7baf 100644 --- a/trailer.c +++ b/trailer.c @@ -490,12 +544,22 @@ static struct trailer_item *process_command_line_args(int argc, const char **arg ... + /* Add conf commands that

[PATCH v6 09/11] trailer: execute command from 'trailer.name.command'

2014-03-04 Thread Christian Couder
Let the user specify a command that will give on its standard output the value to use for the specified trailer. Signed-off-by: Christian Couder chrisc...@tuxfamily.org --- trailer.c | 64 +++ 1 file changed, 64 insertions(+) diff