Changes: bump git log commands to 5.13.10
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 00:11:04 +0000 (00:11 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sun, 20 Feb 2011 15:04:16 +0000 (15:04 +0000)
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;"

Changes

diff --git a/Changes b/Changes
index 08bb959..aa0d362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.