diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 00:11:04 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-20 15:04:16 +0000 |
commit | 40930560df06c8cfe9897b575dfa7c99129de2c0 (patch) | |
tree | 2985eb749fb7b61ad4be6396ab0b1d654b44ba6c /Changes | |
parent | f11f8db6271bbd11229ae9cbe1b7f35e9a965372 (diff) | |
download | perl-40930560df06c8cfe9897b575dfa7c99129de2c0.tar.gz |
Changes: bump git log commands to 5.13.10
Quoth Porting/release_managers_guide.pod:
"Update the Changes file to contain the git log command which
would show all the changes in this release. You will need assume
the existence of a not-yet created tag for the forthcoming
release;"
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ at http://perl5.git.perl.org/perl.git (follow the 'shortlog' link beside the relevant tag). Or, you can download a copy of the git repository and then run a command like - git log --name-status v5.13.7..v5.13.8 + git log --name-status v5.13.9..v5.13.10 -to view all the changes between 5.13.7 and 5.13.8. +to view all the changes between 5.13.9 and 5.13.10. See pod/perlgit.pod for more details on using git and accessing the commit history. |