diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2010-04-20 18:58:31 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2010-04-21 12:30:15 +0000 |
commit | f15b1f22fda04a7eca534d4611fefda0b4e3547a (patch) | |
tree | da39f82c1190fb0944058e1581e2b649311824d3 /pod/perlrepository.pod | |
parent | 041325d6ab68691bb4a8d5f96eb3e1a196dd8598 (diff) | |
download | perl-f15b1f22fda04a7eca534d4611fefda0b4e3547a.tar.gz |
Recommend git format-patch -M (detect renames) and origin..
The latter doesn't strictly matter, but it's easier to see what's
going on with those two dots.
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 8ee8192090..3211318c7d 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -352,7 +352,7 @@ 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 origin + % git format-patch -M origin.. 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch You should now send an email to either perlbug@perl.org or |