選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
zeripath 19626b93f8
Manage port in submodule refurl (#11305) (#11323)
4年前
..
pipeline Add basic repository lfs management (#7199) 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 Graceful: Cancel Process on monitor pages & HammerTime (#9213) 4年前
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 4年前
blob.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
blob_test.go Add Close() method to gogitRepository (#8901) 4年前
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5年前
command.go Fix nondeterministic behavior (#9341) 4年前
command_test.go Fix nondeterministic behavior (#9341) 4年前
commit.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5年前
commit_info.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
commit_info_test.go Add Close() method to gogitRepository (#8901) 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 Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 4年前
git_test.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 4年前
hook.go fix 500 when edit hook (#8782) 4年前
notes.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
notes_test.go Add Close() method to gogitRepository (#8901) 4年前
parse.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
parse_test.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5年前
repo.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
repo_attribute.go Make repository management section handle lfs locks (#8726) 4年前
repo_blame.go Removed unnecessary conversions (#7557) 4年前
repo_blob.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
repo_blob_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_branch.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
repo_branch_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_commit.go Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (#10868) 4年前
repo_commit_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_commitgraph.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
repo_compare.go Remove SavePatch and generate patches on the fly (#9302) 4年前
repo_compare_test.go Remove SavePatch and generate patches on the fly (#9302) 4年前
repo_gpg.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 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 Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
repo_ref_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_stats.go Git statistics in Activity tab (#4724) 5年前
repo_stats_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_tag.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
repo_tag_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_test.go Add Close() method to gogitRepository (#8901) 4年前
repo_tree.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 4年前
sha1.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
signature.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
submodule.go Manage port in submodule refurl (#11305) (#11323) 4年前
submodule_test.go Fix submodule paths when AppSubUrl is not root (#11098) (#11176) 4年前
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5年前
tree.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
tree_blob.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
tree_entry.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
tree_entry_test.go Migrate to go-git/go-git v5.0.0 (#10735) (#10753) 4年前
utils.go Move mirror sync actions to notification (#9022) 4年前

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.