Add an updated autolog script #26
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previous version does not run with a not deprecated interpreter and its source is not clear. This replacement is part of Gnulib (see the header comments).
There are also modified versions of the removed scripted that may work (which have a timestamp of 2 month ago instead of 17 years), such as
https://github.com/envmodules/modules/blob/a6249f3bed42d220061ceb15acad0075ffc36c43/script/gitlog2changelog.py.in which can be studied in the future. Until then may this one be used with a junction of hooks and some handwritten comments of the recent history of the project in the future commits.
The new script is fairy more complex than the previous one but its a commonly accepted script for such a purpose (see GNU Coding Standards for more information).
P.S: I also tested
gitlog-to-changelog(Perl) version, this worked better.P.S 2: 080ce33 is the last (partially) mentioned change in the ChangeLog as of now.