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.