Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
kolaente f9ec2f89f2 Add golangci (#6418) vor 5 Jahren
..
tests/repos/repo1_bare Show git-notes (#6984) vor 5 Jahren
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
blob.go Add golangci (#6418) vor 5 Jahren
blob_test.go Improve listing performance by using go-git (#6478) vor 5 Jahren
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
command.go Remove local clones & make hooks run on merge/edit/upload (#6672) vor 5 Jahren
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
commit.go Add golangci (#6418) vor 5 Jahren
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
commit_info.go Add golangci (#6418) vor 5 Jahren
commit_info_test.go Improve listing performance by using go-git (#6478) vor 5 Jahren
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
error.go Improve listing performance by using go-git (#6478) vor 5 Jahren
git.go Refactor models.NewRepoContext to extract git related codes to modules/git (#6941) vor 5 Jahren
hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
notes.go Show git-notes (#6984) vor 5 Jahren
notes_test.go Show git-notes (#6984) vor 5 Jahren
parse.go Improve listing performance by using go-git (#6478) vor 5 Jahren
parse_test.go Improve listing performance by using go-git (#6478) vor 5 Jahren
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
repo.go Add golangci (#6418) vor 5 Jahren
repo_blame.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
repo_blob.go Improve listing performance by using go-git (#6478) vor 5 Jahren
repo_blob_test.go Improve listing performance by using go-git (#6478) vor 5 Jahren
repo_branch.go Add golangci (#6418) vor 5 Jahren
repo_branch_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
repo_commit.go Add golangci (#6418) vor 5 Jahren
repo_commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
repo_compare.go Add golangci (#6418) vor 5 Jahren
repo_compare_test.go Compare branches, commits and tags with each other (#6991) vor 5 Jahren
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
repo_index.go Remove local clones & make hooks run on merge/edit/upload (#6672) vor 5 Jahren
repo_object.go Remove local clones & make hooks run on merge/edit/upload (#6672) vor 5 Jahren
repo_ref.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) vor 5 Jahren
repo_ref_test.go Show git-notes (#6984) vor 5 Jahren
repo_stats.go Git statistics in Activity tab (#4724) vor 5 Jahren
repo_stats_test.go Git statistics in Activity tab (#4724) vor 5 Jahren
repo_tag.go Add golangci (#6418) vor 5 Jahren
repo_tag_test.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) vor 5 Jahren
repo_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) vor 5 Jahren
repo_tree.go Remove local clones & make hooks run on merge/edit/upload (#6672) vor 5 Jahren
sha1.go Improve listing performance by using go-git (#6478) vor 5 Jahren
signature.go Improve listing performance by using go-git (#6478) vor 5 Jahren
submodule.go Refactor submodule URL parsing (#7100) vor 5 Jahren
submodule_test.go Refactor submodule URL parsing (#7100) vor 5 Jahren
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) vor 5 Jahren
tree.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) vor 5 Jahren
tree_blob.go Do not attempt to return blob on submodule (#6996) vor 5 Jahren
tree_entry.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) vor 5 Jahren
tree_entry_test.go Improve listing performance by using go-git (#6478) vor 5 Jahren
utils.go Add golangci (#6418) vor 5 Jahren

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.