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
For example, https://github.com/IonicaBizau/git-url-parse/commits/master is a valid URL as per GitHub, but git-url-parse fails to parse and returns:
https://github.com/IonicaBizau/git-url-parse/commits/master
{ protocols: [ 'https' ], protocol: 'https', port: null, resource: 'github.com', user: '', pathname: '/IonicaBizau/git-url-parse/commits/master', hash: '', search: '', href: 'https://github.com/IonicaBizau/git-url-parse/commits/master', query: [Object: null prototype] {}, token: '', toString: [Function], source: 'github.com', git_suffix: false, name: 'master', owner: 'IonicaBizau/git-url-parse/commits', commit: undefined, ref: '', filepathtype: '', filepath: '', organization: 'IonicaBizau/git-url-parse/commits', full_name: 'IonicaBizau/git-url-parse/commits/master' }
see owner, commit, ref etc...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example,
https://github.com/IonicaBizau/git-url-parse/commits/master
is a valid URL as per GitHub, but git-url-parse fails to parse and returns:see owner, commit, ref etc...
The text was updated successfully, but these errors were encountered: