[fpc-devel] Preparing 3.2.4, call for merge request and regressions
Marco van de Voort
fpc at pascalprogramming.org
Sun Oct 24 18:13:15 CEST 2021
Op 24-10-2021 om 17:52 schreef Florian Klämpfl via fpc-devel:
>
>> This week I've been working on getting the merge logs etc working
>> again. Things are showing info again, but sorting is broken (since
>> you can't simply sort the revs anymore).
>
> When you have a hash, you can translate it in a "relative" revision
> number by:
>
> git describe <hash> | sed -nr 's/.*-(.*)-.*/\1/p'
>
> It is basically the number of commits after the last annotation tag
> (3.3.1 in case of main).
>
I have the date field in the revisions, so that is not so much of a
problem. But due to historic reasons, the program does set logic with
stringlists of only SVN revs, and only fetches logs and other meta data
later. So just the order of things has to change completely.
Not fundamental, just a lot of rearranging.
Thx for the merges
More information about the fpc-devel
mailing list