You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
313 B
7 lines
313 B
See https://curl.haxx.se/changes.html for the edited and human readable online |
|
version of what has changed over the years in different curl releases. |
|
|
|
Generate a CHANGES file like the one present in evey release like this: |
|
|
|
$ git log --pretty=fuller --no-color --date=short --decorate=full | \ |
|
./log2changes.pl
|
|
|