#!/usr/bin/env bash # ------------------------------------------------------------------------------ # Creates a list containing names of people who contributed to the project, for use # in release notes. The names come from the author field on the commits between # the current revision and the one specified as argument. # # Note that the output often requires extra manual processing to remove entries # that refer to the same person (diacritics vs no diacritics, name vs nickname, etc.). # # Usage: #