From mboxrd@z Thu Jan 1 00:00:00 1970 From: j.neuschaefer@gmx.net (Jonathan =?utf-8?Q?Neusch=C3=A4fer?=) Date: Wed, 21 Nov 2012 19:56:18 +0100 Subject: Question about applying a kernel patch with "git am" received from a mailing list In-Reply-To: References: Message-ID: <20121121185617.GA2954@debian.debian> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Nov 20, 2012 at 07:24:28PM +0200, Kevin Wilson wrote: > Hi, > I am following some kernel mailing lists (netdev and others). > I want to be able to save recent patches and to apply the against a git tree. > > I tried using MUTT client for this. I save the patch (which is almost > always inline). Try the following, it worked for me: - "tag" the patchset and "tag-save" or "tag-copy" it into one file - run: git am patchset.name BTW, everyone working with git should try StGit ("stacked git"), it's quite a useful tool. HTH, Jonathan Neusch?fer