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.
Christian Muehlhaeuser 5e4e7d3df0 Added missing error checks in tests (#7554) 4 anos atrás
..
tests/repos Fix empty commits now showing in repo overview (#7521) 4 anos atrás
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anos atrás
blame.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 5 anos atrás
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 5 anos atrás
blob.go Fixes #7292 - API File Contents bug (#7301) 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 Monitor all git commands; move blame to git package and replace git as a variable (#6864) 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 Removed unnecessary conversions (#7557) 4 anos atrás
commit_info_test.go Fix empty commits now showing in repo overview (#7521) 4 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 Support git.PATH entry in app.ini (#6772) 4 anos atrás
git_test.go Only check and config git on web subcommand but not others (#7236) 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 Removed unnecessary conversions (#7557) 4 anos atrás
notes_test.go Show git-notes (#6984) 5 anos atrás
parse.go Removed unnecessary conversions (#7557) 4 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 Monitor all git commands; move blame to git package and replace git as a variable (#6864) 5 anos atrás
repo_blame.go Removed unnecessary conversions (#7557) 4 anos atrás
repo_blob.go Removed unnecessary conversions (#7557) 4 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 Removed unnecessary conversions (#7557) 4 anos atrás
repo_commit_test.go Added missing error checks in tests (#7554) 4 anos atrás
repo_commitgraph.go Use commit graph files for listing pages (#7314) 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 Fixes #7292 - API File Contents bug (#7301) 5 anos atrás
repo_ref.go Removed unnecessary conversions (#7557) 4 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 Added missing error checks in tests (#7554) 4 anos atrás
repo_tag.go Fixes #7238 - Annotated tag commit ID incorrect (#7321) 5 anos atrás
repo_tag_test.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 anos atrás
repo_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 5 anos atrás
repo_tree.go Removed unnecessary conversions (#7557) 4 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 Removed unnecessary conversions (#7557) 4 anos atrás
tree_blob.go Removed unnecessary conversions (#7557) 4 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.