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
git grep -o
git grep -o (git grep --only-matching) has been able to print only the matched parts of a line since v2.19.0 released in 2018, but beyondgrep.com doesn’t say so.
git grep --only-matching
The text was updated successfully, but these errors were encountered:
add git grep to --only-matching-capable utilities
git grep
--only-matching
169437b
`git grep -o` (`git grep --only-matching`) has been able to print only the matched parts of a line since v2.19.0 released in 2018¹ this commit may fix beyondgrep#133 1. https://git.kernel.org/pub/scm/git/git.git/commit/?id=9d8db06eb4a5d5577db559a0059a377914c1ce5a Signed-off-by: Lucas Larson <[email protected]>
Thanks for this. There's lot a lot that is out of date on that chart, but this is a good step in the right direction.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
git grep -o
(git grep --only-matching
) has been able to print only the matched parts of a line since v2.19.0 released in 2018, but beyondgrep.com doesn’t say so.The text was updated successfully, but these errors were encountered: