Re: TOI patch generation...
Nix <[email protected]> Wed, 18 Jul 2012 05:53:29 +0100
| Newsgroups | gmane.linux.swsusp.devel |
|---|---|
| Message-ID | <[email protected]> |
On 18 Jul 2012, Woody Suwalski spake thusly: > How to produce a patch from toi-head? > > I have tried going by diff'ing labels: > git diff v3.5-rc5 latest That should be git diff v3.5-rc5..HEAD (assuming you're currently on the toi head) or simply git diff v3.5-rc5.. > None have produced a TOI patch which could be applied to current kernels... Well, that'll only be applicable to current kernels if you're using v3.5-rc5 exactly. You probably want to name the branch your upstream kernel is on, e.g. git diff v3.5-linus.. (but of course this depends entirely on your local branch names). -- NULL && (void)