Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
zeripath 3497efac4a
Add Close() method to gogitRepository (#8901) (#8956)
4 лет назад
..
tests/repos Fix reading git notes from nested trees (#8026) 4 лет назад
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 лет назад
blame.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 4 лет назад
blob.go Fixes #7292 - API File Contents bug (#7301) 4 лет назад
blob_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 лет назад
command.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 4 лет назад
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 лет назад
commit.go Bugfix for image compare and minor improvements to image compare (#8289) 4 лет назад
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 лет назад
commit_info.go Removed unnecessary conversions (#7557) 4 лет назад
commit_info_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
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 On windows set core.longpaths true (#8776) (#8786) 4 лет назад
git_test.go Only check and config git on web subcommand but not others (#7236) 4 лет назад
hook.go fix 500 when edit hook (#8782) (#8789) 4 лет назад
notes.go Fix reading git notes from nested trees (#8026) 4 лет назад
notes_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
parse.go Removed unnecessary conversions (#7557) 4 лет назад
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 Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_blame.go Removed unnecessary conversions (#7557) 4 лет назад
repo_blob.go Removed unnecessary conversions (#7557) 4 лет назад
repo_blob_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_branch.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_branch_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_commit.go Search Commits via Commit Hash (#7400) 4 лет назад
repo_commit_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_commitgraph.go Use gitea forked macaron (#7933) 4 лет назад
repo_compare.go Do not fetch all refs (#7797) 4 лет назад
repo_compare_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 лет назад
repo_index.go Be more strict with git arguments (#7715) 4 лет назад
repo_object.go Fixes #7292 - API File Contents bug (#7301) 4 лет назад
repo_ref.go Removed unnecessary conversions (#7557) 4 лет назад
repo_ref_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_stats.go Git statistics in Activity tab (#4724) 5 лет назад
repo_stats_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_tag.go Strict name matching for Repository.GetTagID() (#8074) 4 лет назад
repo_tag_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
repo_tree.go Restore functionality for early gits (#7775) 4 лет назад
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 Removed unnecessary conversions (#7557) 4 лет назад
tree_blob.go Removed unnecessary conversions (#7557) 4 лет назад
tree_entry.go Include "executable" files in the index, as they are not necessarily binary (#7718) 4 лет назад
tree_entry_test.go Add Close() method to gogitRepository (#8901) (#8956) 4 лет назад
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.