Git with a cup of tea, painless self-hosted git service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lunny Xiao 198f37e33c
Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511)
3 months ago
..
branch.go Move git command to git/gitcmd (#35483) 3 months ago
config.go Move git command to git/gitcmd (#35483) 3 months ago
fsck.go Move git command to git/gitcmd (#35483) 3 months ago
gitrepo.go Move some functions from package git to gitrepo (#33910) 4 months ago
hooks.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 9 months ago
ref.go Move updateref and removeref to gitrepo and remove unnecessary open repository (#35511) 3 months ago
remote.go Move git command to git/gitcmd (#35483) 3 months ago
tag.go Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 9 months ago
url.go Use repo as of renderctx's member rather than a repoPath on metas (#29222) 2 years ago
walk_gogit.go Refactor request context (#32956) 12 months ago
walk_nogogit.go