Em 16-08-2012 06:24, Sylwester Nawrocki escreveu: > Hi Mauro, > > On 08/14/2012 01:59 PM, Mauro Carvalho Chehab wrote: >> Anyway, in order to help people that might still have patches against >> the old structure, I created a small script and added them at the >> media_build tree: >> http://git.linuxtv.org/media_build.git/blob/HEAD:/devel_scripts/rename_patch.sh >> >> (in fact, I created an script that auto-generated it ;) ) >> >> To use it, all you need to do is: >> >> $ ./rename_patch.sh your_patch >> >> As usual, if you want to change several patches, you could do: >> $ git format_patch some_reference_cs >> >> and apply the rename_patch.sh to the generated 0*.patch files, like >> $ for i in 0*.patch; do ./rename_patch.sh $i; done >> >> More details about that are at the readme file: >> http://git.linuxtv.org/media_build.git/blob/HEAD:/devel_scripts/README > > Thanks for preparing this little helper script! It's helpful since I have > quite a few pending patches, and it also saves time when porting patches > from older kernel trees. Anytime! Anyway, I'm running this script here, when a patch doesn't apply, so, you don't urge to port patches to the new structure. Regards, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html