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 GitHub API to check mirror freshness when available #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 4, 2019

  1. Use GitHub API to check mirror freshness when available

    If people have git references to a number of public GitHub repositories,
    this turns some multi-round-trip git communications into single HTTP
    requests.
    
    If the repository isn't public, this wastes an HTTP request because we
    still need to continue and do the mirror update -- but it remembers the
    failure and doesn't try again, so it's only a one-off cost.
    matthewd committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    3178856 View commit details
    Browse the repository at this point in the history