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 4c67aac23b
Move blame to gitrepo (#36161)
1 day ago
..
archive.go Move some functions to gitrepo package (#35543) 2 months ago
blame.go Move blame to gitrepo (#36161) 1 day ago
blame_sha256_test.go Move blame to gitrepo (#36161) 1 day ago
blame_test.go Move blame to gitrepo (#36161) 1 day ago
branch.go Move some functions to gitrepo package (#35543) 2 months ago
cat_file.go Move commit related functions to gitrepo package (#35600) 2 weeks ago
clone.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 6 days ago
command.go Move some functions to gitrepo package (#35543) 2 months ago
commit.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 6 days ago
commit_file.go Move commit related functions to gitrepo package (#35600) 2 weeks ago
commit_file_test.go Move commit related functions to gitrepo package (#35600) 2 weeks ago
commit_test.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 6 days ago
commitgraph.go Use gitrepo.Repository instead of wikipath (#35398) 2 months ago
compare.go Move some functions to gitrepo package (#35543) 2 months ago
compare_test.go Move GetDiverging functions to gitrepo (#35524) 3 months ago
config.go Move some functions to gitrepo package (#35543) 2 months ago
diff.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 6 days ago
fsck.go Move some functions to gitrepo package (#35543) 2 months ago
gitrepo.go Some small refactors (#36163) 2 days ago
hooks.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 9 months ago
main_test.go Move GetDiverging functions to gitrepo (#35524) 3 months ago
push.go Use gitrepo's clone and push when possible (#36093) 1 week ago
ref.go Move some functions to gitrepo package (#35543) 2 months ago
remote.go Move some functions to gitrepo package (#35543) 2 months ago
signing.go Remove undocumented support of signing key in the repository git configuration file (#36143) 3 days ago
size.go Move some functions to gitrepo package (#35543) 2 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