Re: [PATCH] upload-pack: use argv_array for pack_objects

2016-02-26 Thread Jeff King
On Thu, Feb 25, 2016 at 09:14:01PM -0500, Eric Sunshine wrote: > On Thu, Feb 25, 2016 at 7:13 AM, Michael Procter > wrote: > > Use the argv_array in the child_process structure, to avoid having to > > manually maintain an array size. > > > > Signed-off-by: Michael Procter > > --- > > diff --git

Re: [PATCH] upload-pack: use argv_array for pack_objects

2016-02-25 Thread Eric Sunshine
On Thu, Feb 25, 2016 at 7:13 AM, Michael Procter wrote: > Use the argv_array in the child_process structure, to avoid having to > manually maintain an array size. > > Signed-off-by: Michael Procter > --- > diff --git a/upload-pack.c b/upload-pack.c > @@ -90,35 +90,32 @@ static void create_pack_fi

[PATCH] upload-pack: use argv_array for pack_objects

2016-02-25 Thread Michael Procter
Use the argv_array in the child_process structure, to avoid having to manually maintain an array size. Signed-off-by: Michael Procter --- upload-pack.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/upload-pack.c b/upload-pack.c index b3f6653..dc8