yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.28k stars 122 forks source link

Fix installing git SHA version #172

Closed yonaskolb closed 4 years ago

yonaskolb commented 4 years ago

Previously it was impossible to reference a git SHA because Mint used a shallow clone which doesn't support sha's. This detects such situations and then does a clone and checkout