Skip to content

Log doesn't show everything in larger repos #137

Description

@flodiebold

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:

Image

But gg shows this:

Image

Note the missing base commit.

Then when I do jj new master, jj log looks like this:

Image

But gg shows this:

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions