Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let squash merge detection be fuzzier #14

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

dbushong
Copy link
Member

Currently if you don't merge the upstream branch into your feature
branch before merging it back, there's a chance someone else edited the
same files, which will cause your diffs to not necessarily have matching
line numbers. This patch makes it try a bit harder, but also ignoring
the line number lines in the diff.


This PR was started by: git wf pr

Currently if you don't merge the upstream branch into your feature
branch before merging it back, there's a chance someone else edited the
same files, which will cause your diffs to not necessarily have matching
line numbers.  This patch makes it try a bit harder, but also ignoring
the line number lines in the diff.
@dbushong dbushong merged commit e2e814b into master Nov 19, 2020
@dbushong dbushong deleted the dbushong/feature/master/squash-fudge branch November 19, 2020 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants