On Tue, Feb 3, 2009 at 4:05 AM, mobilemike <[email protected]> wrote: > > Did you ever find a solution to this? Shouldn't this be affecting > everyone with internal servers if they aren't used often enough?
The actual cloning isn't affected, just the clone counting. I think the easiest is to just move the Repository related calls outside of the fork block, I've committed this: commit 2efb027bf7c9e8f3a5fc27334890f2c0f225699b Author: Johan Sørensen <[email protected]> Date: Wed Feb 4 10:17:04 2009 +0100 Moved the connection to Repository outside the fork in git-daemon Cheers, JS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
