Skip to content
New issue

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

Cloning Grafana should use some kind of shallow-ish cloninig to avoid downloading the entire git history. #219

Open
kminehart opened this issue Nov 7, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@kminehart
Copy link
Collaborator

kminehart commented Nov 7, 2023

This could take a really long time on slower internet connections.

@zerok
Copy link
Contributor

zerok commented Nov 8, 2023

--depth 1 should actually be enough unless it is using some part of the branch history somewhere.

@zerok
Copy link
Contributor

zerok commented Dec 14, 2023

git clone --depth 1 --branch v10.0.3 git@github.com:grafana/grafana.git should work.

@summerwollin summerwollin added the enhancement New feature or request label Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants