Mention how to generate stats for the Acknowledgements
Leon Brocard [Thu, 19 Nov 2009 16:09:51 +0000 (16:09 +0000)]
Porting/how_to_write_a_perldelta.pod

index 66f7adc..a6e9a29 100644 (file)
@@ -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.