#!/bin/sh
git log --format='%aN <%aE>' |\
sed -e 's/hiddenbek/Scott Wadden/g' |\
sed -e 's/Asmod4n/Hendrik Beskow/' |\
grep -v 'hannes.georg@xing.com\|spotapov\|yehuda-katzs-mac\|wycats ' |\
sort -u | sort > CONTRIBUTORS

