mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-30 06:09:04 +02:00
This PR removes the GetTags function from the git module and keeps only GetTagInfos. All previous usages of GetTags have been replaced with database-based tag functions. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>