We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: