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
--reversed
evolution-log
Describe the solution you'd like
Related to #4190, I just tried to use jj evolog --reversed like I do with jj log and noticed it was missing.
jj evolog --reversed
jj log
Describe alternatives you've considered
jj evolog --color=always | tac
The text was updated successfully, but these errors were encountered:
I've not contributed before but this seems like something I could wrap my head around. Any objections to me giving this a shot?
Sorry, something went wrong.
No objections! Thanks :)
I haven't looked carefully but it looks like it should be straightforward to copy how it's done in jj log --reversed.
jj log --reversed
Perfect! I started looking through the code and getting set up last night. I'll report back if I get stuck / derailed.
No branches or pull requests
Describe the solution you'd like
Related to #4190, I just tried to use
jj evolog --reversed
like I do withjj log
and noticed it was missing.Describe alternatives you've considered
jj evolog --color=always | tac
The text was updated successfully, but these errors were encountered: