In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5df244132ec94f1e67bd70db61d4ea89bd824b00?hp=518159a1b3d82876139d4abf0097c8350ed8aa23>

- Log -----------------------------------------------------------------
commit 5df244132ec94f1e67bd70db61d4ea89bd824b00
Author: Doug Bell <madcity...@gmail.com>
Date:   Sun Aug 31 03:15:35 2014 -0500

    git format-patch -M option takes branch

M       pod/perlgit.pod

commit c981563317d1c97170a53c9a89a80456442ed201
Author: Doug Bell <madcity...@gmail.com>
Date:   Sun Aug 31 03:17:42 2014 -0500

    make it clear not to use git-send-email at all

M       pod/perlgit.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perlgit.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pod/perlgit.pod b/pod/perlgit.pod
index b851124..b45faf4 100644
--- a/pod/perlgit.pod
+++ b/pod/perlgit.pod
@@ -255,12 +255,12 @@ itself you can fix it up by editing the files once more 
and then issue:
 
 Now you should create a patch file for all your local changes:
 
-  % git format-patch -M origin..
+  % git format-patch -M blead..
   0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
 
 Or for a lot of changes, e.g. from a topic branch:
 
-  % git format-patch --stdout -M origin.. > topic-branch-changes.patch
+  % git format-patch --stdout -M blead.. > topic-branch-changes.patch
 
 You should now send an email to
 L<perl...@perl.org|mailto:perl...@perl.org> with a description of your
@@ -271,8 +271,8 @@ should only send patches to
 L<perl5-port...@perl.org|mailto:perl5-port...@perl.org> directly if the
 patch is not ready to be applied, but intended for discussion.
 
-See the next section for how to configure and use git to send these
-emails for you.
+Please do not use git-send-email(1) to send your patch. See L<Sending
+patch emails|/Sending patch emails> for more information.
 
 If you want to delete your temporary branch, you may do so with:
 

--
Perl5 Master Repository

Reply via email to