From mboxrd@z Thu Jan 1 00:00:00 1970 From: nico@fluxnic.net (Nicolas Pitre) Date: Mon, 26 Sep 2011 19:03:12 -0400 (EDT) Subject: Pull request: removal of most instances of mach/memory.h In-Reply-To: <20110926223839.GB23680@n2100.arm.linux.org.uk> References: <20110926131524.GJ22455@n2100.arm.linux.org.uk> <20110926191055.GP22455@n2100.arm.linux.org.uk> <20110926223839.GB23680@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 26 Sep 2011, Russell King - ARM Linux wrote: > On Mon, Sep 26, 2011 at 04:10:03PM -0400, Nicolas Pitre wrote: > > On Mon, 26 Sep 2011, Nicolas Pitre wrote: > > > > > On Mon, 26 Sep 2011, Russell King - ARM Linux wrote: > > > > > > > This also gives additional merge conflicts elsewhere, and while git > > > > rerere makes some of them easy, the quantity is going to be a right > > > > pain to deal with on a repeated basis. > > > > > > Again, I'm perfectly willing to use a different base for this series and > > > fix the conflicts myself if you give me one. > > > > Nevermind, I see that you merged it anyway. > > > > You may consider the rerere.autoupdate config option if you want Git to > > automatically pick the conflict resolution without you manually > > confirming them all the time. > > rerere doesn't deal with modified/deleted conflicts though. True. That can be considered a limitation worth fixing. Nicolas