Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753603AbZAZVvD (ORCPT ); Mon, 26 Jan 2009 16:51:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752044AbZAZVuu (ORCPT ); Mon, 26 Jan 2009 16:50:50 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:55000 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751811AbZAZVuu (ORCPT ); Mon, 26 Jan 2009 16:50:50 -0500 Date: Mon, 26 Jan 2009 22:52:35 +0100 From: Sam Ravnborg To: Dave Airlie Cc: Linus Torvalds , Dave Airlie , dri-devel@lists.sf.net, Linux Kernel Mailing List , Jesse Barnes Subject: Re: [git pull] drm-fixes Message-ID: <20090126215235.GA10484@uranus.ravnborg.org> References: <21d7e9970901261344v2909cc61m42f32f2a434df0c4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21d7e9970901261344v2909cc61m42f32f2a434df0c4@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1321 Lines: 35 > > Well I'm not 100% sure what happened for this patch, I suspect, > jbarnes sent patch a week > or two ago, it misapplied against the tree I had currently when > applied with git-am, it didn't work so I hand > applied the patch with patch and then did git commit > --author="jbarnes" as he did write it, I just munged it. > > Now I'm unsure how I should best handle this, in a world where I can > devote a lot more time to > maintaining this, I would sent Jesse a mail saying, rebase, he'd reply > with a rebase and I'd apply it, > however I generally find it easier to just fix this stuff up on the > run as its synchronous. Should > I be specifying a date somewhere in the commit message? My simple way to deal with this is to: 0) save the mail 1) fix subject and changelog and add my Signed-off-by: 2) apply the patch somehow 3) replace the origianl patch in the (saved) mail 4) git reset --hard (or patch -p1 -R < saved-mail) 5) git am There must be easier ways to do so I think. But the above is what my fingers know to do so I do it routinely. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/