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@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".
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to