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.
kolaente f9ec2f89f2 Add golangci (#6418) 5 年之前
..
tests/repos/repo1_bare Show git-notes (#6984) 5 年之前
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
blob.go Add golangci (#6418) 5 年之前
blob_test.go Improve listing performance by using go-git (#6478) 5 年之前
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
command.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 年之前
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
commit.go Add golangci (#6418) 5 年之前
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
commit_info.go Add golangci (#6418) 5 年之前
commit_info_test.go Improve listing performance by using go-git (#6478) 5 年之前
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
error.go Improve listing performance by using go-git (#6478) 5 年之前
git.go Refactor models.NewRepoContext to extract git related codes to modules/git (#6941) 5 年之前
hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
notes.go Show git-notes (#6984) 5 年之前
notes_test.go Show git-notes (#6984) 5 年之前
parse.go Improve listing performance by using go-git (#6478) 5 年之前
parse_test.go Improve listing performance by using go-git (#6478) 5 年之前
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
repo.go Add golangci (#6418) 5 年之前
repo_blame.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
repo_blob.go Improve listing performance by using go-git (#6478) 5 年之前
repo_blob_test.go Improve listing performance by using go-git (#6478) 5 年之前
repo_branch.go Add golangci (#6418) 5 年之前
repo_branch_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
repo_commit.go Add golangci (#6418) 5 年之前
repo_commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
repo_compare.go Add golangci (#6418) 5 年之前
repo_compare_test.go Compare branches, commits and tags with each other (#6991) 5 年之前
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
repo_index.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 年之前
repo_object.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 年之前
repo_ref.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 年之前
repo_ref_test.go Show git-notes (#6984) 5 年之前
repo_stats.go Git statistics in Activity tab (#4724) 5 年之前
repo_stats_test.go Git statistics in Activity tab (#4724) 5 年之前
repo_tag.go Add golangci (#6418) 5 年之前
repo_tag_test.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 年之前
repo_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 年之前
repo_tree.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 年之前
sha1.go Improve listing performance by using go-git (#6478) 5 年之前
signature.go Improve listing performance by using go-git (#6478) 5 年之前
submodule.go Refactor submodule URL parsing (#7100) 5 年之前
submodule_test.go Refactor submodule URL parsing (#7100) 5 年之前
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 年之前
tree.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) 5 年之前
tree_blob.go Do not attempt to return blob on submodule (#6996) 5 年之前
tree_entry.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) 5 年之前
tree_entry_test.go Improve listing performance by using go-git (#6478) 5 年之前
utils.go Add golangci (#6418) 5 年之前

README.md

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it’s a part of gitea’s main repository for easier pull request.