[Please stop top-posting...] On 2009.09.15 13:58:32 +0100, Howard Miller wrote: > Got as far as applying the temporary patch and I now get a load of... > > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file > theme/onepointnine/local.css.rej > The next patch would create the file theme/onepointnine/local.css, Just don't use patch(1), there's no sane reason to do that, you're sacrificing all of what git can offer there. cherry-pick or format-patch + am -3 are simply much better. (Or "checkout -m" or stash + stash apply, if you're dealing with uncommitted changes). Björn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html