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

Glide install skips fetch when it is up to date #494

Merged
merged 1 commit into from
Jun 27, 2016

Commits on Jun 27, 2016

  1. Glide install skips fetch when it is up to date

    For 'glide install', this lazily computes whether the existing vendor
    checkouts are already at the right commit. If they are, those deps are
    skipped during the concurrent update.
    
    This is safe to do in install because the dependency graph is already
    computed, so there should never be a case where the glide.lock file does
    not contain a negotiable dependency graph.
    technosophos committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    6a3ace6 View commit details
    Browse the repository at this point in the history