aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitrepo/hooks.go
Commit message (Collapse)AuthorAgeFilesLines
* Don't create duplicated functions for code repositories and wiki ↵Lunny Xiao2025-03-191-14/+4
| | | | | | | | | | repositories (#33924) Fix https://github.com/go-gitea/gitea/pull/33910#pullrequestreview-2688913865 This PR changed the Repositroy interface in `gitrepo` package which makes it only focus the relative path in the disk and abstract whether it's a wiki repository or not.
* Move hooks function to gitrepo and reduce expose repopath (#33890)Lunny Xiao2025-03-161-0/+250
Extract from #28966 Follow #33874