aboutsummaryrefslogtreecommitdiff
path: root/contributors.sh
AgeCommit message (Collapse)Author
2014-11-06contributors.sh: --releasenotes reads in names from RELEASE-NOTESFrank Gevaerts
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.
2014-11-05contributors.sh: split lists using " and "Daniel Stenberg
... and require the space after the filtering to make the filter able to remove names.
2014-11-05contributors.sh: filter common alternative name spellingsDaniel Stenberg
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.
2014-09-12contributors.sh: split list of names at commaDaniel Stenberg
... to support a list of names provided in a commit message.
2014-08-25contributors: grep and sort case insensitivelyDaniel Stenberg
2014-01-20contributors.sh: output list RELEASE-NOTES formattedDaniel Stenberg
2013-10-07contributors: helper script to dig out contributors from gitDaniel Stenberg