From: Leon Brocard Date: Thu, 19 Nov 2009 16:09:51 +0000 (+0000) Subject: Mention how to generate stats for the Acknowledgements X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a59108e867453269adcb398f9867031c96ad3db5;p=p5sagit%2Fp5-mst-13.2.git Mention how to generate stats for the Acknowledgements --- diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod index 66f7adc..a6e9a29 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.