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.
 
 
 
 
 
 
wxiaoguang 9ea91e036f
Refactor git command context & pipeline (#36406)
1 week ago
..
archive.go Refactor git command stderr handling (#36402) 2 weeks ago
blame.go Refactor git command context & pipeline (#36406) 1 week ago
blame_sha256_test.go Move blame to gitrepo (#36161) 1 month ago
blame_test.go Move blame to gitrepo (#36161) 1 month ago
branch.go Refactor git command stderr handling (#36402) 2 weeks ago
cat_file.go Refactor cat-file batch operations and support `--batch-command` approach (#35775) 3 weeks ago
clone.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2 months ago
command.go Refactor git command stderr handling (#36402) 2 weeks ago
commit.go Refactor git command stderr handling (#36402) 2 weeks ago
commit_file.go Refactor git command stderr handling (#36402) 2 weeks ago
commit_file_test.go Move commit related functions to gitrepo package (#35600) 2 months ago
commit_test.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2 months ago
commitgraph.go Use gitrepo.Repository instead of wikipath (#35398) 3 months ago
compare.go Refactor git command stderr handling (#36402) 2 weeks ago
compare_test.go Move GetDiverging functions to gitrepo (#35524) 4 months ago
config.go Refactor git command stderr handling (#36402) 2 weeks ago
diff.go Refactor git command stderr handling (#36402) 2 weeks ago
fetch.go Some refactors about GetMergeBase (#36186) 2 weeks ago
fsck.go Move some functions to gitrepo package (#35543) 4 months ago
gitrepo.go Some refactor for repo path (#36251) 1 month ago
hooks.go Don't create duplicated functions for code repositories and wiki repositories (#33924) 11 months ago
main_test.go Move GetDiverging functions to gitrepo (#35524) 4 months ago
merge.go Refactor git command stderr handling (#36402) 2 weeks ago
push.go Use gitrepo's clone and push when possible (#36093) 2 months ago
ref.go Move some functions to gitrepo package (#35543) 4 months ago
remote.go Refactor git command stderr handling (#36402) 2 weeks ago
repo_lock.go Some refactors about GetMergeBase (#36186) 2 weeks ago
signing.go Remove undocumented support of signing key in the repository git configuration file (#36143) 2 months ago
size.go Move some functions to gitrepo package (#35543) 4 months ago
tag.go Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 11 months ago
url.go
walk_gogit.go
walk_nogogit.go