mirror of https://github.com/nodejs/node.git
5 lines
252 B
Plaintext
5 lines
252 B
Plaintext
|
# update AUTHORS with:
|
||
|
# git log --all --reverse --format='%aN <%aE>' | perl -ne 'BEGIN{print "# Authors ordered by first contribution.\n"} print unless $h{$_}; $h{$_} = 1' > AUTHORS
|
||
|
Ryan Dahl <ry@tinyclouds.org>
|
||
|
Salman Haq <salman.haq@asti-usa.com>
|