summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Porting/how_to_write_a_perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod
index a6e9a29930..5627812aca 100644
--- a/Porting/how_to_write_a_perldelta.pod
+++ b/Porting/how_to_write_a_perldelta.pod
@@ -335,7 +335,7 @@ 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
+ % git log v5.11.1..HEAD | perl -nlwe '$seen{$1}++ if /^Author: ([^<]*)/; END { print for sort keys %seen }'
And how many files where changed by: