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

Fix parallel extension running multiple clone instances #550

Commits on Jun 16, 2017

  1. Fix parallel extension running multiple clone instances

    - Antigen parallel extension launched multiple git-clone instances for the same repository
    - It failed to determine if a repository was being cloned on the same batch
    - It may skip some instances due to race conditions with file system (checking against directory existence)
    desyncr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    f74cc75 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Configuration menu
    Copy the full SHA
    e384b49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb5597 View commit details
    Browse the repository at this point in the history