mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-04 00:01:37 -04: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>