We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git grep
signal: killed
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
If a search query produces more then 50 results the grep call is canceled which results in a signal: killed error from scanner.Err().
scanner.Err()
@wxiaoguang
The text was updated successfully, but these errors were encountered:
Oh yes, you are right, I'm on it now
Sorry, something went wrong.
Fix git grep search limit, add test #30071
Added a test, without the fix, the test fails with "signal: killed"
Fix git grep search limit, add test (#30071)
8e79aed
Fix #30069
Successfully merging a pull request may close this issue.
If a search query produces more then 50 results the grep call is canceled which results in a
signal: killed
error fromscanner.Err()
.@wxiaoguang
The text was updated successfully, but these errors were encountered: