Skip to content

Commit

Permalink
Fixes branch comparison ahead commits
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jan 16, 2025
1 parent 024b567 commit 50076e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/nodes/compareBranchNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class CompareBranchNode extends SubscribeableViewNode<
this.repoPath,
'Ahead',
{
query: this.getCommitsQuery(ahead.ref1),
query: this.getCommitsQuery(ahead.range),
comparison: ahead,
direction: 'ahead',
files: {
Expand Down

0 comments on commit 50076e7

Please sign in to comment.