mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-21 04:10:40 +00:00
Help #29999, or its tests cannot pass. Also, add some comments to clarify the usage of `TxContext`. I don't check all usages of `TxContext` because there are too many (almost 140+). It's a better idea to replace them with `WithTx` instead of checking them one by one. However, that may be another refactoring PR.