When reviewing newly added commits in a patch-queue with git-review-rebase, we sometimes find that XenServer cherry-picked some upstream commits but overlooked to check if these commits were not introducing problems of their own.
It would nice if git-review-rebase could try and look to see if the newly added commits (or any commits for that matter), wasn't either reverted of fixed upstream.
When reviewing newly added commits in a patch-queue with
git-review-rebase, we sometimes find that XenServer cherry-picked some upstream commits but overlooked to check if these commits were not introducing problems of their own.It would nice if
git-review-rebasecould try and look to see if the newly added commits (or any commits for that matter), wasn't either reverted of fixed upstream.