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.
zeripath fb5af37b3e
Add Close() method to gogitRepository (#8901) (#8958)
4 anos atrás
..
tests/repos [backport/v1.9] Fix reading git notes from nested trees (#8189) 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 Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 4 anos atrás
blob.go Fixes #7292 - API File Contents bug (#7301) 4 anos atrás
blob_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 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) 4 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 Be more strict with git arguments (#7715) (#7762) 4 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 Fix empty commits now showing in repo overview (#7521) (#7563) 4 anos atrás
commit_info_test.go Add Close() method to gogitRepository (#8901) (#8958) 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 add commitgraph support global default true when git version >= 2.18 (#7313) 4 anos atrás
git_test.go Only check and config git on web subcommand but not others (#7236) 4 anos atrás
hook.go fix 500 when edit hook (#8782) (#8790) 4 anos atrás
notes.go [backport/v1.9] Fix reading git notes from nested trees (#8189) 4 anos atrás
notes_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 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 Close() method to gogitRepository (#8901) (#8958) 4 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 Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_branch.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_branch_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_commit.go Be more strict with git arguments (#7715) (#7762) 4 anos atrás
repo_commit_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_commitgraph.go Use commit graph files for listing pages (#7314) 4 anos atrás
repo_compare.go Do not fetch all refs (#7837) 4 anos atrás
repo_compare_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 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 Be more strict with git arguments (#7715) (#7762) 4 anos atrás
repo_object.go Fixes #7292 - API File Contents bug (#7301) 4 anos atrás
repo_ref.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 anos atrás
repo_ref_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_stats.go Git statistics in Activity tab (#4724) 5 anos atrás
repo_stats_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_tag.go Backport: Strict name matching for Repository.GetTagID() (#8082) 4 anos atrás
repo_tag_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 anos atrás
repo_tree.go Restore functionality for early gits (#7775) (#8476) 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 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 Backport: skip non-regular files (e.g. submodules) on repo indexing (#7717) 4 anos atrás
tree_entry_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 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.