Ahem, refactored authors.pl.
This commit is contained in:
parent
1dc342aad8
commit
97b9f4c12b
1 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
# :-)
|
# :-)
|
||||||
|
|
||||||
(/(\d{4}) .*--(.+)/ && $aut{$2}->{$1}++) for(qx(git log --pretty='format: %aD--%an'));
|
/(\d{4}).*?_(.+)/&&\$a{$2}->{$1}for`git log --pretty=format:%aD_%an`;
|
||||||
print "Copyright (C) ".join(", ", sort keys %{$aut{$_}})." $_.\n" for(sort keys %aut);
|
print"Copyright (C) ".join(", ",sort keys %{$a{$_}})." $_.\n"for sort keys %a
|
||||||
|
|
Loading…
Reference in a new issue