History log of /curl/scripts/delta (Results 1 – 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7378f9cc 26-Aug-2023 John Bampton

misc: remove duplicate words

Closes #11740


# a51f90ec 17-Mar-2023 Daniel Stenberg

scripts/delta: fix "ambiguous argument" when used in branches


# 09009972 10-Feb-2023 Daniel Stenberg

scripts/delta: show percent of number of files changed since last tag


# 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 ...


# 709aefc7 17-Nov-2022 Daniel Stenberg

scripts/delta: adapt to curl.h changes for the opt counter


# 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 ...


# 5ad5007e 03-Feb-2022 Daniel Stenberg

scripts/delta: check the file delta for current branch

... also polish the output style a little bit


# 343644fc 02-Oct-2021 Daniel Stenberg

scripts/delta: hide a git error message we don't care about

fatal: path 'src/tool_listhelp.c' exists on disk, but not in [tag]


# 8bb5f4dd 01-Oct-2021 Daniel Stenberg

scripts/delta: count command line options in the new file

... which makes the shown delta number wrong until next release.


# 5458e6bd 21-Aug-2021 a1346054 <36859588+a1346054@users.noreply.github.com>

scripts: invoke interpreters through /usr/bin/env

Closes #7602


# f4dc08ab 06-May-2021 Daniel Stenberg

scripts/delta: also show total number of days


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
# b4d86d34 03-Sep-2020 Daniel Stenberg

scripts/delta: add diffstat summary

... and make output more table-like


# 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
# 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 ...


# 062eaa63 07-Jan-2020 Daniel Stenberg

scripts/delta: adapt to new public header layout


Revision tags: curl-7_68_0, curl-7_67_0, curl-7_66_0, curl-7_65_3, curl-7_65_2, curl-7_65_1, curl-7_65_0
# a92e9f57 31-Mar-2019 Daniel Gustafsson

scripts: fix typos


Revision tags: curl-7_64_1, curl-7_64_0, curl-7_63_0
# 1568d710 11-Dec-2018 Daniel Stenberg

delta: use --diff-filter on the git diff-tree invokes

Suggested-by: Dave Reisner


# 70d8ac62 11-Dec-2018 Daniel Stenberg

scripts/delta: show repo delta info from last release

... where "last release" should be the git tag in the repo.