'How do I compare commits in XCode 13?

So I am trying to compare commits in a project I just cloned.

I have put the editor in the comparison mode:

enter image description here

And I try to select a commit from the menu which appears when I select a comparison point from the bottom selector here:

enter image description here

But when I do this, I only see the last two commits (the one I cloned, and the one commit I made since then) in the list.

When I run a git log command in the terminal, I can see many commits.

How can I access this complete history in XCode?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source