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
VFS for Git (VFS4G) is a tool that could eventually allow us to get the commit history of repoS that are huge.
Both GitLab and GitHub are currently implementing support for VFS4G. (GitHub: https://stackoverflow.com/questions/37684028/how-to-clone-fetch-a-repo-getting-only-the-history and GitLab: https://gitlab.com/gitlab-org/gitlab-ce/issues/27895)
Also, the GitHub API gives us the disk usage of a repo. This means we can git clone and get the commit history of small repoS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VFS for Git (VFS4G) is a tool that could eventually allow us to get the commit history of repoS that are huge.
Both GitLab and GitHub are currently implementing support for VFS4G.
(GitHub: https://stackoverflow.com/questions/37684028/how-to-clone-fetch-a-repo-getting-only-the-history and GitLab: https://gitlab.com/gitlab-org/gitlab-ce/issues/27895)
Also, the GitHub API gives us the disk usage of a repo. This means we can git clone and get the commit history of small repoS.
The text was updated successfully, but these errors were encountered: