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. > > I have hundreds of patches that I want to apply from the dss2 and pm > branches to the linux-omap-2.6 branch, locally, to bring it upto date, > to a known state before making specific patches for the overo platform. > > Best regards, Regards, Jean > > Elvis > -- > 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 -- 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