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
Is your feature request related to a problem? Please describe. I'd like a more use friendly alternative to git log -S (pickaxe) which is invaluable. d
git log -S
Describe the solution you'd like
jj search [-r <revset>] perform a grep through history.
jj search [-r <revset>]
Describe alternatives you've considered On a co-located repo I just used git log -S
Additional context If there's already a native way to do this in jujutsu, I couldn't figure it out alas.
The text was updated successfully, but these errors were encountered:
You can filter revisions by jj log -r 'diff_contains(pattern)', but it doesn't highlight/filter diff contents (shown by -p.)
jj log -r 'diff_contains(pattern)'
-p
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I'd like a more use friendly alternative to
git log -S
(pickaxe) which is invaluable. dDescribe the solution you'd like
jj search [-r <revset>]
perform a grep through history.Describe alternatives you've considered
On a co-located repo I just used
git log -S
Additional context
If there's already a native way to do this in jujutsu, I couldn't figure it out alas.
The text was updated successfully, but these errors were encountered: