Why is jj diff
not using the short files status (A, D, M, R) like jj st
and jj log --summary
?
#6597
Unanswered
robertwidfen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
jj status
is nice and compact - similarjj log --summary
❯ jj st Working copy changes: A added-file D deleted-file M modified-file R {not-moved-file => moved-file}
But diff is so verbose
The short version is much quicker to understand and more consistent with the rest
Allowing to define a template for this would also be nice.
I am using 0.29.0 ... is there a way to get it like this - beside filtering the output by an own script?
Beta Was this translation helpful? Give feedback.
All reactions