Comment
Codeberg displays a project's commit history showing git commit dates instead of author dates. This means that if a rebase, filter-repo, or similar operation has ever taken place, all the affected commits are shown as though they were created at the time of the rebase instead of when they were actually written. It also means the dates don't match the timestamps shown by git log, gitk, or various other standard tools.
This is terribly confusing for affected projects, and potentially misleading to anyone trying to determine the origin of some code. IMHO, Codeberg should show the author dates instead.
I don't know if this is an upstream problem. Could someone with a stock Forgejo instance check? I could report upstream if it is.