$ git am ../mac_10.eml Applying: Adding filll Forth primitive (v2) error: ppc/qemu/init.c (working copy): does not exist in index Patch failed at 0001 Adding filll Forth primitive (v2) When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort".
Index: arch/ppc/qemu/init.c
--- arch/ppc/qemu/init.c (revision 1047) +++ arch/ppc/qemu/init.c (working copy)
git am -p0 should do the trick.
Segher