What does a gap/broken line mean in IntelliJ Git graph?

273 Views Asked by At

Have a look at this screenshot. Why is the graph broken up between the two nodes?

Screenshot shows git graph in IntelliJ 2021.2 Ultimate

1

There are 1 best solutions below

1
On BEST ANSWER

A gap between commits means that there is a part of a history that does not match a filter criterion. Once you remove your filters you should see commits that are "hidden" by this gap.