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