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.
zeripath fb5af37b3e
Add Close() method to gogitRepository (#8901) (#8958)
4 lat temu
..
tests/repos [backport/v1.9] Fix reading git notes from nested trees (#8189) 4 lat temu
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
blame.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 5 lat temu
blob.go Fixes #7292 - API File Contents bug (#7301) 5 lat temu
blob_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
command.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 5 lat temu
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
commit.go Be more strict with git arguments (#7715) (#7762) 4 lat temu
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
commit_info.go Fix empty commits now showing in repo overview (#7521) (#7563) 4 lat temu
commit_info_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
error.go Improve listing performance by using go-git (#6478) 5 lat temu
git.go add commitgraph support global default true when git version >= 2.18 (#7313) 5 lat temu
git_test.go Only check and config git on web subcommand but not others (#7236) 5 lat temu
hook.go fix 500 when edit hook (#8782) (#8790) 4 lat temu
notes.go [backport/v1.9] Fix reading git notes from nested trees (#8189) 4 lat temu
notes_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
parse.go Improve listing performance by using go-git (#6478) 5 lat temu
parse_test.go Improve listing performance by using go-git (#6478) 5 lat temu
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
repo.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_blame.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
repo_blob.go Improve listing performance by using go-git (#6478) 5 lat temu
repo_blob_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_branch.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_branch_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_commit.go Be more strict with git arguments (#7715) (#7762) 4 lat temu
repo_commit_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_commitgraph.go Use commit graph files for listing pages (#7314) 5 lat temu
repo_compare.go Do not fetch all refs (#7837) 4 lat temu
repo_compare_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 lat temu
repo_index.go Be more strict with git arguments (#7715) (#7762) 4 lat temu
repo_object.go Fixes #7292 - API File Contents bug (#7301) 5 lat temu
repo_ref.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 lat temu
repo_ref_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_stats.go Git statistics in Activity tab (#4724) 5 lat temu
repo_stats_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_tag.go Backport: Strict name matching for Repository.GetTagID() (#8082) 4 lat temu
repo_tag_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
repo_tree.go Restore functionality for early gits (#7775) (#8476) 4 lat temu
sha1.go Improve listing performance by using go-git (#6478) 5 lat temu
signature.go Improve listing performance by using go-git (#6478) 5 lat temu
submodule.go Refactor submodule URL parsing (#7100) 5 lat temu
submodule_test.go Refactor submodule URL parsing (#7100) 5 lat temu
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 5 lat temu
tree.go Fix #6813: Allow git.GetTree to take both commit and tree names (#6816) 5 lat temu
tree_blob.go Do not attempt to return blob on submodule (#6996) 5 lat temu
tree_entry.go Backport: skip non-regular files (e.g. submodules) on repo indexing (#7717) 4 lat temu
tree_entry_test.go Add Close() method to gogitRepository (#8901) (#8958) 4 lat temu
utils.go Add golangci (#6418) 5 lat temu

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.