Replies: 1 comment 5 replies
-
A merge-heavy graph will always lean to the right, see the related discussion about adding a |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Hello, I love JJ except for one thing:
jj log
is often unusable for me.I often work on nixpkgs and rustc. These have many committers and commits. Something about this seems to make

jj log
confused, because it will be fine, then I'll see something like this:or this:
https://github.com/user-attachments/assets/20dc1808-79c6-4558-b446-d52e13fa92bf
This is unusable. I do not know what I did to get it in this state, as it was fine one moment, then not fine the next. Sometimes it just seems to resolve itself, sometimes I just nuke the repo and reclone it. My config has the default command as
log --reversed
. But when this happens I runjj log --limit 4
or something similar.Does anyone know why this happens, and how I could fix it? Maybe I should open an issue because really this is an unacceptable UX flaw.
Beta Was this translation helpful? Give feedback.
All reactions