kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Question about applying a kernel patch with "git am" received from a mailing list
@ 2012-11-20 17:24 Kevin Wilson
  2012-11-20 17:39 ` Josh Cartwright
  2012-11-21 18:56 ` Jonathan Neuschäfer
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Wilson @ 2012-11-20 17:24 UTC (permalink / raw)
  To: kernelnewbies

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).

Then I run
git apply --check patchName
and
git apply  patchName
and it applies cleanly.

But if I try:
git am  patchName

It gives
"Patch format detection failed."

Any recommendation what to do to apply a patch
with "git am"?

could it be that using thunderbird as an email client for this task is better?

rgs,
Kevin

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-21 18:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 17:24 Question about applying a kernel patch with "git am" received from a mailing list Kevin Wilson
2012-11-20 17:39 ` Josh Cartwright
2012-11-20 17:53   ` Kevin Wilson
2012-11-20 18:02     ` Josh Cartwright
2012-11-21 14:05       ` Kevin Wilson
2012-11-21 18:56 ` Jonathan Neuschäfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).