On Friday 05 June 2009 12:55:41 Elvis Dowson wrote: > > HI, > > Does anyone have a script that will allow me to apply all the patches > > that are contained in a folder, using the git apply command? > You need to use git am for that, with the dir as parameter. git am will apply > each patch from the dir. If they are in a quilt series then you can use: $ git quiltimport -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html