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

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.