summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-11-19 17:23:47 +0000
committerLeon Brocard <acme@astray.com>2009-11-19 17:23:47 +0000
commite507fdf52b6cc8b84c112b13ae72787f5ee1ffa2 (patch)
tree42af6c16aa210434a3594e7fd9f85c93df73136f
parentb221970048b57c60ef0be480f12f4095a937dab2 (diff)
parent06d5de521cf46bed65c3b4e0e206ae07e82a5bbb (diff)
downloadperl-e507fdf52b6cc8b84c112b13ae72787f5ee1ffa2.tar.gz
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadv5.11.2
-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: