summaryrefslogtreecommitdiff
path: root/contributors.sh
Commit message (Collapse)AuthorAgeFilesLines
* contributors.sh: --releasenotes reads in names from RELEASE-NOTESFrank Gevaerts2014-11-061-1/+17
| | | | | | This is very handy when updating the RELEASE-NOTES as then we sometimes have names added manually in the existing list and we use this script to update the set.
* contributors.sh: split lists using " and "Daniel Stenberg2014-11-051-2/+4
| | | | | ... and require the space after the filtering to make the filter able to remove names.
* contributors.sh: filter common alternative name spellingsDaniel Stenberg2014-11-051-1/+3
| | | | | | | docs/THANKS-filter is a new filter file for converting contributor names we get or have recorded in alternative formats to the one we already use in THANKS. To help us show individual contributors using a single presentation of their names.
* contributors.sh: split list of names at commaDaniel Stenberg2014-09-121-0/+2
| | | | ... to support a list of names provided in a commit message.
* contributors: grep and sort case insensitivelyDaniel Stenberg2014-08-251-2/+2
|
* contributors.sh: output list RELEASE-NOTES formattedDaniel Stenberg2014-01-201-2/+21
|
* contributors: helper script to dig out contributors from gitDaniel Stenberg2013-10-071-0/+46