Re: [PATCH v5 04/14] trailer: process command line trailer arguments

2014-02-09 Thread Christian Couder
From: Junio C Hamano Subject: Re: [PATCH v5 04/14] trailer: process command line trailer arguments Date: Thu, 06 Feb 2014 16:08:24 -0800 > Christian Couder writes: > >> This patch parses the trailer command line arguments >> and put the result into an arg_tok doubly linked &g

Re: [PATCH v5 04/14] trailer: process command line trailer arguments

2014-02-06 Thread Junio C Hamano
Christian Couder writes: > This patch parses the trailer command line arguments > and put the result into an arg_tok doubly linked > list. No the patch doesn't parse anything ;-). "Parse the command line arguments and ...". > +static void parse_trailer(struct strbuf *tok, struct strbuf *val, c