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

Prevent mangled URL in .pc file #155

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Commits on Aug 2, 2023

  1. Prevent mangled URL in .pc file

    Previously, the `Makefile` assumed that Git URLs were always “SSH style”, e.g., `[email protected]:tree-sitter/tree-sitter-java.git`.  This change causes the right thing to be done when a normal URL is encountered, e.g. `https://github.com/tree-sitter/tree-sitter-java.git`.
    
    Relates to https://bugzilla.redhat.com/show_bug.cgi?id=2193261
    mavit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6542346 View commit details
    Browse the repository at this point in the history