1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-06 14:28:14 +00:00
Files
gitea/services/context/repo.go
wxiaoguang 194479a741 Use a predictiable fork URL to allow forking repositories without providing a repo ID (#29519)
Close #29512

The "fork" URL:

* Before: `/repo/fork/{RepoID}`
* After: `/{OwnerName}/{RepoName}/fork`
2024-03-01 12:52:30 +00:00

35 KiB