2 lines
185 B
Text
2 lines
185 B
Text
# 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
|