We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following URL on version 13.0.0 git+https://example.org yields:
git+https://example.org
{ "protocols": [ "git", "https" ], "protocol": "git", "port": "", "resource": "example.org", "host": "example.org", "user": "", "password": "", "pathname": "", "hash": "", "search": "", "href": "git+https://example.org", "query": {}, "parse_failed": false, "token": "", "source": "example.org", "git_suffix": false, "name": "example.org", "owner": "git+https:/", "ref": "", "filepathtype": "", "filepath": "", "organization": "git+https:/", "full_name": "git+https://example.org" }
name and owner should be empty. I want to say that they used to be - my test started failing after an upgrade.
The text was updated successfully, but these errors were encountered:
git-url-parse
No branches or pull requests
The following URL on version 13.0.0
git+https://example.org
yields:name and owner should be empty. I want to say that they used to be - my test started failing after an upgrade.
The text was updated successfully, but these errors were encountered: