You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rebasing and applying patches, it is possible that git would fail to identify a patch is already included within the target upstream release. Resulting in full/partial code duplication - without conflict.
This could be avoided by comparing downstream-only patch names and/or their (pre-rebase) content, with patches that were added in upstream since the last rebase.
The text was updated successfully, but these errors were encountered:
When rebasing and applying patches, it is possible that git would fail to identify a patch is already included within the target upstream release. Resulting in full/partial code duplication - without conflict.
This could be avoided by comparing downstream-only patch names and/or their (pre-rebase) content, with patches that were added in upstream since the last rebase.
The text was updated successfully, but these errors were encountered: