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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to