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
Consider using a faster alternate to git grep for example ripgrep as suggested by @oalders
git grep
ripgrep
view: https://github.com/BurntSushi/ripgrep
The text was updated successfully, but these errors were encountered:
at the least, we could use it to replace git grep -l but that would mean ripgrep would be reading 1,600,000 files instead of the git blobs.
git grep -l
Sorry, something went wrong.
No branches or pull requests
Consider using a faster alternate to
git grep
for exampleripgrep
as suggested by @oaldersview: https://github.com/BurntSushi/ripgrep
The text was updated successfully, but these errors were encountered: