summaryrefslogtreecommitdiff
path: root/scripts/contrithanks.sh
AgeCommit message (Collapse)Author
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2020-09-30src: Consistently spell whitespace without whitespaceDaniel Gustafsson
Whitespace is spelled without a space between white and space, so make sure to consistently spell it that way across the codebase. Closes #6023 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com>
2020-08-27scripts: improve the "get latest curl release tag" logicDaniel Stenberg
... by insiting on it matching "^curl-".
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2020-02-05contributors: Also include people who contributed to curl-wwwFrank Gevaerts
Closes #4884
2020-02-05contrithanks: Use the most recent tag by defaultFrank Gevaerts
(similar to 5296abe) Closes #4883
2017-12-12THANKS: added missing namesDaniel Stenberg
... as I reran the contrithanks script after the mailmap name fixups.
2017-08-18scripts/contri*sh: use "git log --use-mailmap"Daniel Stenberg
2017-01-20contri*.sh: cut off parentheses from names tooDaniel Stenberg
2016-05-23contrithanks.sh: exclude existing names case insensitivelyDaniel Stenberg
2016-05-23contrithanks.sh: use same grep pattern and -a flag as contributors.shDaniel Stenberg
2016-05-23contrithanks.sh: do the same github fix as contributors.shDaniel Stenberg
from 1577bfa35ba
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-27scripts: moved contributors.sh and contrithanks.sh into subdirDaniel Stenberg