Author: dagolden Date: Mon Jun 29 17:27:26 2009 New Revision: 12975 Modified: ExtUtils-CBuilder/trunk/devtools/patching_blead.pod
Log: tweaks to blead patching instructions Modified: ExtUtils-CBuilder/trunk/devtools/patching_blead.pod ============================================================================== --- ExtUtils-CBuilder/trunk/devtools/patching_blead.pod (original) +++ ExtUtils-CBuilder/trunk/devtools/patching_blead.pod Mon Jun 29 17:27:26 2009 @@ -24,6 +24,8 @@ Run the add-packages.pl program from ~/git/perl/Porting to create a new git branch and copy in ExtUtils::CBuilder files. + $ perl ~/git/perl/Porting/add-package.pl -v -r ~/git/perl + =head2 Verifying and editing the branch After add-packages.pl finishes, ~/git/perl will be on the new branch. Verify @@ -84,7 +86,7 @@ Git can automatically create the patch email for perl5-porters: - $ git format-patch origin + $ git format-patch blead This creates a single '0001...' email message file. If you have configured your perl git repository for sending email direct to
