On Tue, 29 Mar 2011 14:43:38 +0200 Ondřej Surý <ond...@sury.org> wrote:
> > Is it worth re-building your git > > repository on top of the official cmu repository and then re-applying > > your changes on top... it would make it easier to cherry-pick I > > imagine. > > Interesting idea, I'll try that. Anyway we keep all patches in > debian/patches/ subdirectory, so there's no urging need for that. Oh - fair enough then. I used to do patch queues, but I've moved to having a "moving branch" which rebases on top of the current upstream master. In a less bleeding-edge configuration it would rebase on top of the current upstream stable release branch. Bron.