[fpc-devel] Preparing 3.2.4, call for merge request and regressions

Florian Klämpfl florian at freepascal.org
Sun Oct 24 17:52:31 CEST 2021


Am 24.10.21 um 16:52 schrieb Marco van de Voort via fpc-devel:
> 
> Op 24-10-2021 om 14:09 schreef Florian Klämpfl via fpc-devel:
>>
>>> Am 10.10.2021 um 15:55 schrieb Florian Klämpfl via fpc-devel 
>>> <fpc-devel at lists.freepascal.org>:
>>>
>>> Reminder :)
>>>
>>> So far I have only the second avr merge list from Christo open. 
>>> Anything else?
>> Next reminder, meanwhile, I merged the avr stuff.
> 
> 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).

> 
> Anyway, I grepped on my name, and found these:
> 
> 622554b59fe19bf0ff1dcf18c1106db960305ef6
> 84507b49c217cf6cd37023a79c1cff075bb3cb03

"Merged".


More information about the fpc-devel mailing list