Re: [PATCH 1/2] Make lock local to fetch_pack

2012-12-15 Thread Junio C Hamano
Junio C Hamano writes: > Matt Kraai writes: > >> From: Matt Kraai >> >> lock is only used by fetch_pack, so move it into that function. >> >> Signed-off-by: Matt Kraai >> --- >> fetch-pack.c | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) > > Eh, did you base your patch on somethin

Re: [PATCH 1/2] Make lock local to fetch_pack

2012-12-15 Thread Junio C Hamano
Matt Kraai writes: > From: Matt Kraai > > lock is only used by fetch_pack, so move it into that function. > > Signed-off-by: Matt Kraai > --- > fetch-pack.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Eh, did you base your patch on something older than 2d4177c (Make fetch-pack a

[PATCH 1/2] Make lock local to fetch_pack

2012-12-14 Thread Matt Kraai
From: Matt Kraai lock is only used by fetch_pack, so move it into that function. Signed-off-by: Matt Kraai --- fetch-pack.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fetch-pack.c b/fetch-pack.c index 099ff4d..9d9762d 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -