Re: [PATCH/RFC 1/6] http-backend: use argv_array functions

2016-04-19 Thread David Turner
On Mon, 2016-04-18 at 11:34 -0700, Junio C Hamano wrote: > David Turner writes: > > > Signed-off-by: David Turner > > --- > > OK (it might be easier to read if you used the pushl form for the > "fixed initial segment" like these calls, though). Good idea. -- To unsubscribe from this list: send

Re: [PATCH/RFC 1/6] http-backend: use argv_array functions

2016-04-18 Thread Junio C Hamano
David Turner writes: > Signed-off-by: David Turner > --- OK (it might be easier to read if you used the pushl form for the "fixed initial segment" like these calls, though). > http-backend.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/http-backend.c b

[PATCH/RFC 1/6] http-backend: use argv_array functions

2016-04-15 Thread David Turner
Signed-off-by: David Turner --- http-backend.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/http-backend.c b/http-backend.c index 8870a26..a4f0066 100644 --- a/http-backend.c +++ b/http-backend.c @@ -450,9 +450,7 @@ static void get_info_refs(char *arg)