summaryrefslogtreecommitdiff
path: root/pod/perlgit.pod
diff options
context:
space:
mode:
authorDoug Bell <madcityzen@gmail.com>2014-08-31 03:15:35 -0500
committerFather Chrysostomos <sprout@cpan.org>2014-10-21 21:55:47 -0700
commit5df244132ec94f1e67bd70db61d4ea89bd824b00 (patch)
treefce51c78c27aafac38d956098f571edec7d1f534 /pod/perlgit.pod
parentc981563317d1c97170a53c9a89a80456442ed201 (diff)
downloadperl-5df244132ec94f1e67bd70db61d4ea89bd824b00.tar.gz
git format-patch -M option takes branch
Diffstat (limited to 'pod/perlgit.pod')
-rw-r--r--pod/perlgit.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlgit.pod b/pod/perlgit.pod
index 9127c85074..b45faf494d 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<perlbug@perl.org|mailto:perlbug@perl.org> with a description of your