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
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
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
3 matches
Mail list logo