Add --preserve-merges to your rebase command. In case there were conflict resolutions in your merge, add ‘recursive theirs’ strategy as a parameter as well.
EDIT: --preserve-merges is now deprecated, use --rebase-merges instead
Add --preserve-merges to your rebase command. In case there were conflict resolutions in your merge, add ‘recursive theirs’ strategy as a parameter as well.
EDIT: --preserve-merges is now deprecated, use --rebase-merges instead