This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
976ae66
)
At this point, there's no tag for the next release yet
author
Florian Ragwitz
<rafl@debian.org>
Sun, 20 Mar 2011 20:40:08 +0000
(21:40 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Sun, 20 Mar 2011 20:40:08 +0000
(21:40 +0100)
Porting/release_managers_guide.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/release_managers_guide.pod
b/Porting/release_managers_guide.pod
index
0007899
..
f1fc6ed
100644
(file)
--- a/
Porting/release_managers_guide.pod
+++ b/
Porting/release_managers_guide.pod
@@
-398,7
+398,7
@@
Look at the previous L<perldelta> for how to write the opening
paragraph of the Acknowledgements section. To get the amount of
changed files and number of lines use this command:
- $ git diff --shortstat v5.13.8..
v5.13.9
| \
+ $ git diff --shortstat v5.13.8..
HEAD
| \
./perl -Ilib -nE 'my ($files, $insert, $delete) = /(\d+)/ga; say "$files files and ", $insert + $delete, " lines changed"'
Making sure to round off the number of lines changed.