On Mon, 18 Jun 2007 09:25:48 +0900 Paul Mundt <[EMAIL PROTECTED]> wrote:
> $ git show d09c6b809432668371b5de9102f4f9aa6a7c79cc | patch -p1 -R > ... build and test ... > $ git show d09c6b809432668371b5de9102f4f9aa6a7c79cc | patch -p1 > ... back to original (or git checkout-index -f mm/page_alloc.c) ... Please forgive my git fanboyism, but assuming you have no uncommitted changes in your working tree, you could also: $ git revert -n d09c6b809432 ... build and test ... $ git reset --hard ... back to original ... cheers, Sean - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/