go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.08k stars 5.41k forks source link

[Bug] Deleted commits are visible and inaccessible, if they are referenced in an issue #15974

Closed ExceptionGit closed 6 months ago

ExceptionGit commented 3 years ago

Description

After #13674 and git gc --prune=now in container: deleted commits still visible in the issue where they are referenced, but inaccessible "Page Not Found 404".

noerw commented 3 years ago

related: #13694

ExceptionGit commented 3 years ago

I think this is a bug, issue/pull/dashboard history stay in inconsistent state after gc.

colejohnson66 commented 1 year ago

Still a bug on 1.20.2.

lunny commented 1 year ago

Maybe this commit should become disabled state with no link

lunny commented 6 months ago

I think this has been resolved in #16101.