For example, if I do this:
jj git clone https://github.com/gulbanana/gg
cd gg
jj new da49329f # random somewhat old commit
jj new
jj new
I get the following log in jj log:
But gg shows this:
Note the missing base commit.
Then when I do jj new master, jj log looks like this:
But gg shows this:
Note the missing second commit and base commit.
This often means that when I fetch changes and am not on the newest master, I see almost none of my own changes that I'm working on.
I've tried setting
[gg.queries]
large-repo-heuristic = 999999999
but it doesn't seem to have any effect on this.
For example, if I do this:
I get the following log in
jj log:But gg shows this:
Note the missing base commit.
Then when I do
jj new master,jj loglooks like this:But gg shows this:
Note the missing second commit and base commit.
This often means that when I fetch changes and am not on the newest master, I see almost none of my own changes that I'm working on.
I've tried setting
but it doesn't seem to have any effect on this.