"Mark Ryden" <markryde@xxxxxxxxx> writes: > Hello, > I am subscribed to some linux kernel subsystem mailing list; in this > list there are sometimes patchsets with more than > 30-40 patches. > I am using gmail web interface client. > > In order to apply a patch set I copy and paste each patch from the > patchset into a file, and then apply that patch. > I assume that there is a better way. > Recently I encountered a fatal error when doing so (and I am not sure > what caused it). > > So my question is: does anyone know a more elegant way of applying a > large patchset ? > Maybe there is better mail client with which this process can be done easily ? First mistake(?) is you seem to be doing copy&paste from browser. Don't. It can easily damage whitespaces. Find out how your webmail interface allows you to save selected messages in a mbox and let you download it. Then $ git am that-mbox-file -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html