mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-07 19:07:23 +00:00
This PR will fix #26264, caused by #23911. The package configuration derive is totally wrong when storage type is local in that PR. This PR fixed the inherit logic when storage type is local with some unit tests. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>