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
We're using tree-sitter repositories as submodules in semgrep (see https://github.com/returntocorp/ocaml-tree-sitter-semgrep/blob/main/.gitmodules ) and most repositories are fine except tree-sitter-rust which takes a very long time to clone and update. I usually get connection timeout from github while doing a git submodule update just because of tree-sitter-rust.
Would it be possible to reduce its size or make the submodule update operation faster?
The text was updated successfully, but these errors were encountered:
If you only need the contents of the repository and not the history, adding shallow = true to a module in .gitmodules can help a lot.
shallow = true
.gitmodules
Sorry, something went wrong.
No branches or pull requests
We're using tree-sitter repositories as submodules in semgrep (see https://github.com/returntocorp/ocaml-tree-sitter-semgrep/blob/main/.gitmodules ) and most repositories are fine except tree-sitter-rust which takes a very long time
to clone and update. I usually get connection timeout from github while doing a git submodule update just
because of tree-sitter-rust.
Would it be possible to reduce its size or make the submodule update operation faster?
The text was updated successfully, but these errors were encountered: