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 1463426a27
Use merge tree to detect conflicts when possible (#36400)
3 days ago
..
archive.go Refactor git command stdio pipe (#36422) 1 week ago
blame.go Refactor git command stdio pipe (#36422) 1 week ago
blame_sha256_test.go Move blame to gitrepo (#36161) 2 months ago
blame_test.go Move blame to gitrepo (#36161) 2 months 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 stdio pipe (#36422) 1 week 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) 4 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 stdio pipe (#36422) 1 week 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 Use merge tree to detect conflicts when possible (#36400) 3 days ago
merge.go Refactor git command stderr handling (#36402) 2 weeks ago
merge_tree.go Use merge tree to detect conflicts when possible (#36400) 3 days ago
merge_tree_test.go Use merge tree to detect conflicts when possible (#36400) 3 days 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