tupui / soroban-versioning

Tansu - Soroban Versioning
https://tansu.dev
Other
4 stars 3 forks source link

History without GitHub #81

Open tupui opened 2 weeks ago

tupui commented 2 weeks ago

Now we are using GitHub's API to fetch the history. I think we have to move away from this and instead try to only clone the log history.

https://stackoverflow.com/questions/23253420/cloning-reading-only-history-log-of-a-git-repository

This way we can remove our dependency to GitHub and users can host their code anywhere they see fit.