jonschlinkert / parse-github-url

Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.
MIT License
121 stars 21 forks source link

Set branch to master for a blob with checksum #18

Closed raineorshine closed 4 months ago

raineorshine commented 4 years ago

Set branch to "master" for a blob with checksum. Fixes #17. The branch was incorrectly being sent to "blob".

Presumably the hash refers to an anchor (e.g. a markdown heading) rather than a branch in this case.