gitea/modules/gitrepo
Lunny Xiao 198f37e33c
Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511)
Extracted from #35077
`UpdateRef` and `RemoveRef` will call git commands even for gogit
version.
2025-09-19 08:04:18 -07:00
..
branch.go Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
config.go Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
fsck.go Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
gitrepo.go Move some functions from package git to gitrepo (#33910) 2025-09-01 19:13:18 +00:00
hooks.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 2025-03-19 11:17:19 -07:00
ref.go Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 2025-09-19 08:04:18 -07:00
remote.go Move git command to git/gitcmd (#35483) 2025-09-15 23:33:12 -07:00
tag.go Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 2025-03-15 19:48:59 -07:00
url.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2024-05-30 07:04:01 +00:00
walk_gogit.go Refactor request context (#32956) 2024-12-24 11:43:57 +08:00
walk_nogogit.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00