#!/bin/sh
git log --format='%aN' | sort -u > AUTHORS
