My first patches since Rakudo is on github.

With git, I use a public clone & I commit locally.
After I prepare my set of patches with the following commands :

 $ git format-patch origin
0001-improve-.gitignore-files.patch
0002--codingstd-fix-some-PerlCritic-policies.patch
0003-ignore-.patch.patch

 $ tar cvf rakudo-patches.tar *.patch
0001-improve-.gitignore-files.patch
0002--codingstd-fix-some-PerlCritic-policies.patch
0003-ignore-.patch.patch

 $ gzip rakudo-patches.tar

I hope there could be easily applied with the command 'git am'.

François Perrad

Attachment: rakudo-patches.tar.gz
Description: Binary data

_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to