Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
kolaente f9ec2f89f2 Add golangci (#6418) 5 anos atrás
..
tests/repos/repo1_bare Show git-notes (#6984) 5 anos atrás
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
blob.go Add golangci (#6418) 5 anos atrás
blob_test.go Improve listing performance by using go-git (#6478) 5 anos atrás
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
command.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 anos atrás
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
commit.go Add golangci (#6418) 5 anos atrás
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
commit_info.go Add golangci (#6418) 5 anos atrás
commit_info_test.go Improve listing performance by using go-git (#6478) 5 anos atrás
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
error.go Improve listing performance by using go-git (#6478) 5 anos atrás
git.go Refactor models.NewRepoContext to extract git related codes to modules/git (#6941) 5 anos atrás
hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
notes.go Show git-notes (#6984) 5 anos atrás
notes_test.go Show git-notes (#6984) 5 anos atrás
parse.go Improve listing performance by using go-git (#6478) 5 anos atrás
parse_test.go Improve listing performance by using go-git (#6478) 5 anos atrás
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
repo.go Add golangci (#6418) 5 anos atrás
repo_blame.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
repo_blob.go Improve listing performance by using go-git (#6478) 5 anos atrás
repo_blob_test.go Improve listing performance by using go-git (#6478) 5 anos atrás
repo_branch.go Add golangci (#6418) 5 anos atrás
repo_branch_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
repo_commit.go Add golangci (#6418) 5 anos atrás
repo_commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
repo_compare.go Add golangci (#6418) 5 anos atrás
repo_compare_test.go Compare branches, commits and tags with each other (#6991) 5 anos atrás
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
repo_index.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 anos atrás
repo_object.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 anos atrás
repo_ref.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 anos atrás
repo_ref_test.go Show git-notes (#6984) 5 anos atrás
repo_stats.go Git statistics in Activity tab (#4724) 5 anos atrás
repo_stats_test.go Git statistics in Activity tab (#4724) 5 anos atrás
repo_tag.go Add golangci (#6418) 5 anos atrás
repo_tag_test.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 anos atrás
repo_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
repo_tree.go Remove local clones & make hooks run on merge/edit/upload (#6672) 5 anos atrás
sha1.go Improve listing performance by using go-git (#6478) 5 anos atrás
signature.go Improve listing performance by using go-git (#6478) 5 anos atrás
submodule.go Refactor submodule URL parsing (#7100) 5 anos atrás
submodule_test.go Refactor submodule URL parsing (#7100) 5 anos atrás
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 anos atrás
tree.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) 5 anos atrás
tree_blob.go Do not attempt to return blob on submodule (#6996) 5 anos atrás
tree_entry.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) 5 anos atrás
tree_entry_test.go Improve listing performance by using go-git (#6478) 5 anos atrás
utils.go Add golangci (#6418) 5 anos atrás

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.