1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-03 21:08:25 +00:00
Files
gitea/routers/web/repo/view_file.go
wxiaoguang 34349c085c Fix incorrect file links (#34189)
Fix #34188

The name "FileName" is ambiguous: sometimes it is "base name without
path", sometimes it is "full name with path".

The ambiguous name causes various problems.

This PR clarifies the usage: `FileTreePath`: the full name with path.
2025-04-13 12:27:31 -07:00

12 KiB