I "git pull" every once in a while and then build, noting which version
is being built via "git log".
Git log shows the following:
commit 62a0ef0d02cbb74cd865c1db2ecb7ca1b11f87cd
Author: Nathaniel Shead <nathanieloshead@xxxxxxxxx>
Date: Sat Feb 17 23:10:49 2024 +1100
[...]
commit 3319d1a4aa5ccadc22dcb80252ab884c792b263b
Author: GCC Administrator <gccadmin@xxxxxxxxxxx>
Date: Sun Apr 14 00:16:53 2024 +0000
[...]
commit a9d3b3caef87d76072c946145d21e7606b303e12
Author: Mark Wielaard <mark@xxxxxxxxx>
Date: Sat Apr 13 23:02:14 2024 +0200
Why does Shead's commit appear first after the daily bump and Wielaard's
commit when the date is before the latter?
S.