Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bare git mirror #53

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

afresh1
Copy link
Contributor

@afresh1 afresh1 commented Feb 10, 2021

I had issues with index locks in my proxy checkout, this switches the proxy to use a "bare" checkout that avoids the issue. There's no reason to have a full checkout there. It also allows us to use a --local checkout for the work tree which saves space and can be a bit faster due to not having to copy so many files around.

Because then we can avoid having any changes there and that makes cleanup easier.
Because then we get hardlinks to the objects which should make
things smaller and faster.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant