Contributors — Flow Framework 9.0.x documentation (original) (raw)

The following is a list of contributors generated from version control information (see below). As such it is neither claiming to be complete nor is the ordering anything but alphabetic.

The list has been generated with some manual tweaking of the output of this:

rm contributors.txt for REPO in ls ; do cd $REPO git log --format='%aN' >> ../contributors.txt cd .. done sort -u < contributors.txt > contributors-sorted.txt mv contributors-sorted.txt contributors.txt