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.

--
Regards,
Sylwester
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to