This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Move default branch logic into an exported function on gps.SourceManager #654
Closed
Description
PR #500 adds logic for finding the default branch of a repository to the deduceConstraint
function. This should be made into a function exposed on gps.SourceMgr, and then added to the gps.SourceManager interface.