#
fa69b41c |
| 07-Apr-2024 |
Viktor Szakats |
GHA: add shellcheck job and fix warnings, shell tidy-ups Reviewed-by: Daniel Stenberg Closes #13307
|
#
af7670cf |
| 25-May-2023 |
Daniel Stenberg |
scripts/contri*sh: no longer grep -v ' ' Originally these scripts filtered out names that have no space so that they better avoid nick names not intended for credits. Such names are
scripts/contri*sh: no longer grep -v ' ' Originally these scripts filtered out names that have no space so that they better avoid nick names not intended for credits. Such names are not too commonly used, plus we now give credit even to those. Additionally: non-latin names, like Asian, don't have spaces at all so they were also filtered out and had to be manually added which made it an error-prone operation where Asian names eventually easily fell off by mistake. Closes #11206
show more ...
|
#
2bc1d775 |
| 02-Jan-2023 |
Daniel Stenberg |
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - save
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
show more ...
|
#
99f72c01 |
| 09-Dec-2022 |
Frank Gevaerts |
contributors.sh: actually use $CURLWWW instead of just setting it. The script was all set up for flexibility where curl-www is elsewhere in the filesystem, but then hard-coded ../curl-ww
contributors.sh: actually use $CURLWWW instead of just setting it. The script was all set up for flexibility where curl-www is elsewhere in the filesystem, but then hard-coded ../curl-www anyway... Closes #10064
show more ...
|
#
9967c10b |
| 30-Nov-2022 |
Daniel Stenberg |
scripts/contributors.sh: strip one OR MORE leading spaces From names found credited in commit logs
|
#
c3a61653 |
| 12-Sep-2022 |
a1346054 on github <36859588+a1346054@users.noreply.github.com> |
scripts: use `grep -E` instead of `egrep` egrep is deprecated Closes #9491
|
#
ad9bc597 |
| 17-May-2022 |
max.mehl |
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
show more ...
|
#
447873dd |
| 09-May-2022 |
Daniel Stenberg |
scripts/contributors.sh: correct the copyright range
|
#
803947a1 |
| 02-May-2022 |
Daniel Gustafsson |
contributors: strip off final comma The final row of contributors should not end with a comma as it's the end of the list. Closes: #8785 Reviewed-by: Daniel Stenberg <daniel
contributors: strip off final comma The final row of contributors should not end with a comma as it's the end of the list. Closes: #8785 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
Revision tags: curl-7_76_1, curl-7_76_0, curl-7_75_0, curl-7_74_0 |
|
#
4d2f8006 |
| 04-Nov-2020 |
Daniel Stenberg |
curl.se: new home Closes #6172
|
Revision tags: curl-7_73_0 |
|
#
4608fa4a |
| 27-Aug-2020 |
Daniel Stenberg |
scripts: improve the "get latest curl release tag" logic ... by insiting on it matching "^curl-".
|
Revision tags: tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0, curl-7_70_0, curl-7_69_1, curl-7_69_0 |
|
#
8a5c1cf1 |
| 05-Feb-2020 |
Frank Gevaerts |
contributors: Also include people who contributed to curl-www Closes #4884
|
#
5296abe3 |
| 05-Feb-2020 |
Daniel Stenberg |
scripts: use last set tag if none given Makes 'delta' and 'contributors.sh' easier to use. Make the delta script invoke contrithanks to get current number of contributors instea
scripts: use last set tag if none given Makes 'delta' and 'contributors.sh' easier to use. Make the delta script invoke contrithanks to get current number of contributors instead of counting THANKS, for accuracy. Closes #4881
show more ...
|
Revision tags: curl-7_68_0 |
|
#
58f7ec16 |
| 08-Nov-2019 |
Daniel Stenberg |
scripts/contributors: make committers get included too in addition to authors
|
Revision tags: curl-7_67_0, curl-7_66_0, curl-7_65_3, curl-7_65_2, curl-7_65_1, curl-7_65_0, curl-7_64_1, curl-7_64_0, curl-7_63_0, curl-7_62_0, curl-7_61_1, curl-7_61_0 |
|
#
4062bc4d |
| 14-May-2018 |
Daniel Stenberg |
contributors.sh: use "on github", not at
|
Revision tags: curl-7_60_0, curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0 |
|
#
8baead42 |
| 18-Aug-2017 |
Daniel Stenberg |
scripts/contri*sh: use "git log --use-mailmap"
|
Revision tags: curl-7_55_1, curl-7_55_0, curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0 |
|
#
40e3d6c8 |
| 20-Jan-2017 |
Daniel Stenberg |
contri*.sh: cut off parentheses from names too
|
Revision tags: curl-7_52_1, curl-7_52_0, curl-7_51_0, curl-7_50_3, curl-7_50_2, curl-7_50_1, curl-7_50_0, curl-7_49_1 |
|
#
f704d6bf |
| 23-May-2016 |
Daniel Stenberg |
contributors.sh: better grep pattern, use grep -a
|
#
1577bfa3 |
| 23-May-2016 |
Jay Satiro |
contributors: Show GitHub username if real name unknown Prior to this change if a GitHub contributor's real name was unknown they would be omitted from the list. Bug: https://gi
contributors: Show GitHub username if real name unknown Prior to this change if a GitHub contributor's real name was unknown they would be omitted from the list. Bug: https://github.com/curl/curl/issues/824
show more ...
|
Revision tags: curl-7_49_0 |
|
#
c67d7b94 |
| 22-Apr-2016 |
Daniel Stenberg |
contributors.sh: make --releasenotes implied It got too annoying to type =)
|
Revision tags: curl-7_48_0 |
|
#
5f835fb2 |
| 10-Feb-2016 |
Daniel Stenberg |
contributors.sh: make 79 the max column width (from 80)
|
Revision tags: curl-7_47_1 |
|
#
4af40b36 |
| 02-Feb-2016 |
Daniel Stenberg |
URLs: change all http:// URLs to https://
|
Revision tags: curl-7_47_0, curl-7_46_0, curl-7_45_0, curl-7_44_0, curl-7_43_0 |
|
#
44fe4b90 |
| 27-May-2015 |
Daniel Stenberg |
scripts: moved contributors.sh and contrithanks.sh into subdir
|