summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-11-19 17:19:09 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-11-19 17:19:09 +0100
commitff7650cc95e66d4ec4a55c5403afb2835442468d (patch)
tree3f4e5f08199d36c707e4aca34f95a8d9f44fdfc9
parente82692ac705e6d06c1ab2caa9bedc48e4bfc0e29 (diff)
parenta59108e867453269adcb398f9867031c96ad3db5 (diff)
downloadperl-ff7650cc95e66d4ec4a55c5403afb2835442468d.tar.gz
Merge branch 'blead' of perl5.git.perl.org:/gitroot/perl into blead
-rw-r--r--Porting/how_to_write_a_perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod
index 66f7adcb20..a6e9a29930 100644
--- a/Porting/how_to_write_a_perldelta.pod
+++ b/Porting/how_to_write_a_perldelta.pod
@@ -333,6 +333,14 @@ here.
The list of people to thank goes here.
+You can find the list of committers and authors by:
+
+ % git log v5.11.1..HEAD |grep Author | cut -d : -f 2 | cut -d \< -f 1 | sort | uniq
+
+And how many files where changed by:
+
+ % git diff v5.11.1..HEAD | diffstat
+
=item Reporting Bugs
This doesn't usually need to be changed from the previous perldelta.