In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/64a8e22bd3d2ce17911ed64f88d590eaef21ce1f?hp=7636ea95c57762930accf4358f7c0c2dec086b5e>
- Log ----------------------------------------------------------------- commit 64a8e22bd3d2ce17911ed64f88d590eaef21ce1f Author: Ãvar Arnfjörð Bjarmason <[email protected]> Date: Thu Apr 15 20:06:24 2010 +0200 Point submitters to [email protected], not [email protected] We usually want patches in RT. Patches should only go to perl5-porters if they're intended purely for discussion. ----------------------------------------------------------------------- Summary of changes: pod/perlrepository.pod | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 731735d..eb748df 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -359,10 +359,13 @@ Now you should create a patch file for all your local changes: % git format-patch origin 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch -You should now send an email to [email protected] with a -description of your changes, and include this patch file as an -attachment. (See the next section for how to configure and use git to -send these emails for you.) +You should now send an email to either [email protected] or [email protected] with a description of your changes, and include +this patch file as an attachment. The perlbug address is preferred, +but use perl5-porters for patches intended for discussion. + +See the next section for how to configure and use git to send these +emails for you. If you want to delete your temporary branch, you may do so with: @@ -375,8 +378,12 @@ If you want to delete your temporary branch, you may do so with: =head2 Using git to send patch emails -In your ~/git/perl repository, set the destination email to the -perl5-porters mailing list. +In your ~/git/perl repository, set the destination email to perl's bug +tracker: + + $ git config sendemail.to [email protected] + +Or maybe perl5-porters (discussed above): $ git config sendemail.to [email protected] @@ -742,8 +749,8 @@ The same patch as above, using github might look like this: % git push origin orange The orange branch has been pushed to GitHub, so you should now send an -email to [email protected] with a description of your changes and -the following information: +email (see L</SUBMITTING A PATCH>) with a description of your changes +and the following information: http://github.com/USERNAME/perl/tree/orange [email protected]:USERNAME/perl.git branch orange -- Perl5 Master Repository
