Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

let squash merge detection be fuzzier #14

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

dbushong
Copy link
Contributor

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants