On Sat, Jun 13, 2009 at 11:19:34PM EST, Colin Guthrie wrote: > Sure they do. > > I just downloaded 0.9.15 tarball, then cloned my repo and issued: > > git format-patch v0.9.15..origin/0.9.15-branch > > Then I applied them in order. > > It all works fine. Not sure what you're doing to break it but it > definitely works. Yep, I was screwing up. I forgot I was patching them with --dry-run, and that some patches depended on each other. :) Anyway, all sorted now, so I can do what I was going to do. Luke