Junio C Hamano [off-list ref] writes:
Matt Kraai [off-list ref] writes:
quoted
From: Matt Kraai <redacted>
lock is only used by fetch_pack, so move it into that function.
Signed-off-by: Matt Kraai <redacted>
---
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 builtin with an internal API, 2007-09-10)???
Ah, nevermind. I see we refactored this out recently but that is
still in flight.