Bug#627976: revision list
> A list of commits would have been sufficient. ;-)
I just realized that the current patchset is actually missing the
commit SHA1's because they are a patchset off of cherry-picked
commits off of a branch of the tag v2.6.39.
Here's how I got them:
git revlist --no-merges v2.6.39..master -- drivers/gpu/drm/i915/
where master is eb96c925152fc289311e5d7e956b919e9b60ab53
I created a branch off of v2.6.39 and cherry-picked those commits into it.
A couple of them conflicted so I skipped those ones.
I then created this patchset which I applied to the debian source
version 2.6.39-2
In hindsight, I should have cherry-picked with -x
Reply to: