You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git urls in sources currently support an irregular "https://github.com/user/repo/path" signature, with branch nam expected in the value key. A more conventional format would be "https://github.com/user/repo/tree/branch/path", with the value being the entry array directly, and branch name parsed from the url just like the path for parse-checkout.
This should be a minor change.