Skip to content

Conversation

@bvirlet
Copy link

@bvirlet bvirlet commented Nov 26, 2025

Bug: When master moves forward, the new commits on master are also included in base...head, which makes it look like parts of the PR are “reverting” them.

Fix: When reviewing the PR, don't use the base...head notation (which includes all commits reachable from base or head BUT not from both). Instead, use base..head (commits reachable from head which are not reachable from base).

So when master moves forward, the new commits on master are also included in `base...head`, which makes it look like parts of the PR are “reverting” them.

When reviewing the PR, don't use the `base...head` notation (which includes all commits reachable from base or head BUT not from both). Instead, use `base..head` (commits reachable from head which are not reachable from base).
@github-actions
Copy link

github-actions bot commented Nov 26, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@bvirlet
Copy link
Author

bvirlet commented Nov 26, 2025

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant