Closed Jake-Shadle closed 1 year ago
Bump.
^ @dtolnay
@dtolnay has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@dtolnay merged this pull request in facebookincubator/reindeer@d2946997e49e9358d520f008085cfbe235855c12.
This removes the github.com restriction for
vendor = false
git sources by employing a strategy similar to cargo for uniquely naming arbitrary git source urls. The url is normalized so it is consistently hashed, then combined with the last path component (for most hosted git providers, the name of the repo/project) +-
+ the hex hash of the normalized url.