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

Misc fixes for LibGit2 #18066

Merged
merged 5 commits into from
Aug 18, 2016
Merged

Misc fixes for LibGit2 #18066

merged 5 commits into from
Aug 18, 2016

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    2192d19 View commit details
    Browse the repository at this point in the history
  2. Improve URL regex

    omus committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    d2bbdd2 View commit details
    Browse the repository at this point in the history
  3. Correct invalid SSH URL

    An SSH URL with a path uses a colon between the host and the path:
    
    	git@github.com:JuliaLang/Example.jl (correct)
    	git@github.com/JuliaLang/Example.jl (incorrect)
    omus committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    749d099 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Removed SSH test from libgit2-online

    Test was only working for environments which had GitHub SSH keys setup.
    omus committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    1e98a5a View commit details
    Browse the repository at this point in the history
  2. Update URL parsing tests

    Added a new explicit SSH protocol test which generated other changes.
    omus committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    ea8fa25 View commit details
    Browse the repository at this point in the history