[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070618030132.26ca4eb4.seanlkml@sympatico.ca>
Date: Mon, 18 Jun 2007 03:01:32 -0400
From: Sean <seanlkml@...patico.ca>
To: Paul Mundt <lethal@...ux-sh.org>
Cc: Carlo Wood <carlo@...noe.com>, Dave Jones <davej@...hat.com>,
linux-kernel@...r.kernel.org, eric@...olt.net,
zhenyu.z.wang@...el.com, y-goto@...fujitsu.com,
torvalds@...ux-foundation.org
Subject: Re: 2.6.22-rc5 regression
On Mon, 18 Jun 2007 09:25:48 +0900
Paul Mundt <lethal@...ux-sh.org> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists