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

Commits on Jan 10, 2021

  1. Use a "bare" mirror repo for the proxy

    Because then we can avoid having any changes there and that makes cleanup easier.
    afresh1 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    5535955 View commit details
    Browse the repository at this point in the history
  2. Use a "--local" checkout from the proxy

    Because then we get hardlinks to the objects which should make
    things smaller and faster.
    afresh1 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b3c5af8 View commit details
    Browse the repository at this point in the history
  3. Fix tests for bare repo

    afresh1 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    a2258f9 View commit details
    Browse the repository at this point in the history