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 20c2bdf86b
Ensure BlameReaders close at end of request (#12102) (#12103)
пре 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 Ensure BlameReaders close at end of request (#12102) (#12103) пре 4 година
blame_test.go Ensure BlameReaders close at end of request (#12102) (#12103) пре 4 година
blob.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
blob_test.go Add Close() method to gogitRepository (#8901) пре 4 година
cache.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
command.go Refactor Cron and merge dashboard tasks (#10745) пре 4 година
command_test.go Fix nondeterministic behavior (#9341) пре 4 година
commit.go Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327) пре 4 година
commit_archive.go Make archive prefixing configurable with a global setting (#9943) пре 4 година
commit_info.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
commit_info_test.go Add gitea-vet (#10948) пре 4 година
commit_reader.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) пре 5 година
diff.go Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments (#9996) пре 4 година
diff_test.go Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments (#9996) пре 4 година
error.go Handle push rejection in branch and upload (#10854) пре 4 година
git.go Refactor Cron and merge dashboard tasks (#10745) пре 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) пре 4 година
notes_test.go Add Close() method to gogitRepository (#8901) пре 4 година
parse.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
parse_test.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) пре 5 година
repo.go Handle push rejection in branch and upload (#10854) пре 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) пре 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) пре 4 година
repo_branch_test.go Add Close() method to gogitRepository (#8901) пре 4 година
repo_commit.go Handle more pathological branch and tag names (#11843) (#11863) пре 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) пре 4 година
repo_compare.go Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327) пре 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_language_stats.go For language detection do not try to analyze big files by content (#11971) (#11975) пре 4 година
repo_object.go Fixes #7292 - API File Contents bug (#7301) пре 5 година
repo_ref.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
repo_ref_test.go Add Close() method to gogitRepository (#8901) пре 4 година
repo_stats.go Add top author stats to activity page (#9615) пре 4 година
repo_stats_test.go Add top author stats to activity page (#9615) пре 4 година
repo_tag.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
repo_tag_test.go [API] enable paggination for ListRepoTags (#10454) пре 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 [API] Get a single commit via Ref (#10915) пре 4 година
signature.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
submodule.go Manage port in submodule refurl (#11305) пре 4 година
submodule_test.go Fix submodule paths when AppSubUrl is not root (#11098) пре 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) пре 4 година
tree_blob.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
tree_entry.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
tree_entry_test.go Migrate to go-git/go-git v5.0.0 (#10735) пре 4 година
utils.go Fix ref links in issue overviews for tags (#8742) пре 4 година
utils_test.go Fix ref links in issue overviews for tags (#8742) пре 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.