Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contributors.sh: --releasenotes reads in names from RELEASE-NOTES | Frank Gevaerts | 2014-11-06 | 1 | -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 Stenberg | 2014-11-05 | 1 | -2/+4 |
| | | | | | ... and require the space after the filtering to make the filter able to remove names. | ||||
* | contributors.sh: filter common alternative name spellings | Daniel Stenberg | 2014-11-05 | 1 | -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 comma | Daniel Stenberg | 2014-09-12 | 1 | -0/+2 |
| | | | | ... to support a list of names provided in a commit message. | ||||
* | contributors: grep and sort case insensitively | Daniel Stenberg | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | contributors.sh: output list RELEASE-NOTES formatted | Daniel Stenberg | 2014-01-20 | 1 | -2/+21 |
| | |||||
* | contributors: helper script to dig out contributors from git | Daniel Stenberg | 2013-10-07 | 1 | -0/+46 |