What's wrong with this entry?
GitHub Enterprise Server instances (self-hosted GitHub) are now properly detected throughout the codebase, replacing hardcoded github.com comparisons with host-aware utility functions.
- New
Em()function recognizes a hostname as GitHub.com (with or withoutwww.prefix). - New
ewr()andfgs()functions return the correct REST API and GraphQL endpoint URLs for both GitHub.com and GitHub Enterprise. GH_HOSTenvironment variable comparisons now use normalized host matching (ocn()) instead of exact string equality.- Marketplace git source fetches now use the constant
github.cominstead of a hardcoded literal string.
Host detection utilities (search for "https://api.github.com" in ewr(), or "github.com" constant LA)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.