Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix custom github repositories failing to parse
This commit resolves a type conflicts, which caused exception when parsing release information of packages, hosted on GitHub. As a result packages from Github repositories, using tag based releases were not parsed and thus 1. not published to "Package Control: Install Packages" quick panel. 2. not added to cache, causing them to be re-queried each time the quick panel was triggered (see #1645). Note: Only Package Control client is effected, which tries to reduce amount of API calls, by not downloading commit info of each release tag.
- Loading branch information