summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-11-19 16:09:51 +0000
committerLeon Brocard <acme@astray.com>2009-11-19 16:09:51 +0000
commita59108e867453269adcb398f9867031c96ad3db5 (patch)
tree958dcda23a57bb1798e3377522566bfc52c93a50
parentd5213412bf7e51630c57470e49cc6b127a508ed6 (diff)
downloadperl-a59108e867453269adcb398f9867031c96ad3db5.tar.gz
Mention how to generate stats for the Acknowledgements
-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.