gitea/modules/git
zeripath 182b5a08ed
Prevent panic on git blame by limiting lines to 4096 bytes at most ()
Fix 
Closes 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
pipeline Add basic repository lfs management ()
tests/repos Fix reading git notes from nested trees ()
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
blame.go Prevent panic on git blame by limiting lines to 4096 bytes at most ()
blame_test.go Ensure BlameReaders close at end of request ()
blob.go Migrate to go-git/go-git v5.0.0 ()
blob_test.go Add Close() method to gogitRepository ()
cache.go Migrate to go-git/go-git v5.0.0 ()
command.go refactor repo_stats to use os.pipe ()
command_test.go Fix nondeterministic behavior ()
commit.go Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, ()
commit_archive.go Set context for running CreateArchive in to that of the request ()
commit_info.go Cache last commit when pushing for big repository ()
commit_info_test.go Re-attempt to delete temporary upload if the file is locked by another process ()
commit_reader.go Migrate to go-git/go-git v5.0.0 ()
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
diff.go Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments ()
diff_test.go Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments ()
error.go Handle push rejection in branch and upload ()
git.go go-version constraints ignore pre-releases ()
git_test.go Graceful: Xorm, RepoIndexer, Cron and Others ()
hook.go Update golangci-lint to version 1.31.0 ()
notes.go Cache last commit when pushing for big repository ()
notes_test.go Add Close() method to gogitRepository ()
parse.go Migrate to go-git/go-git v5.0.0 ()
parse_test.go Migrate to go-git/go-git v5.0.0 ()
ref.go Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, ()
repo.go Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, ()
repo_attribute.go go-version constraints ignore pre-releases ()
repo_blame.go Removed unnecessary conversions ()
repo_blob.go Migrate to go-git/go-git v5.0.0 ()
repo_blob_test.go Add Close() method to gogitRepository ()
repo_branch.go Adopt repositories ()
repo_branch_test.go Add Close() method to gogitRepository ()
repo_commit.go Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, ()
repo_commit_test.go Add Close() method to gogitRepository ()
repo_commitgraph.go Migrate to go-git/go-git v5.0.0 ()
repo_compare.go Git 2.28 no longer permits diff with ... on unrelated branches ()
repo_compare_test.go Re-attempt to delete temporary upload if the file is locked by another process ()
repo_gpg.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key ()
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_index.go Be more strict with git arguments ()
repo_language_stats.go Use enry language type to detect special languages ()
repo_object.go Fixes - API File Contents bug ()
repo_ref.go Migrate to go-git/go-git v5.0.0 ()
repo_ref_test.go Add Close() method to gogitRepository ()
repo_stats.go refactor repo_stats to use os.pipe ()
repo_stats_test.go Add top author stats to activity page ()
repo_tag.go [Vendor] Switch go-version lib ()
repo_tag_test.go Re-attempt to delete temporary upload if the file is locked by another process ()
repo_test.go Add Close() method to gogitRepository ()
repo_tree.go go-version constraints ignore pre-releases ()
sha1.go Fix issue with DiffIndex on initial commit ()
signature.go Migrate to go-git/go-git v5.0.0 ()
submodule.go Compare SSH_DOMAIN when parsing submodule URLs ()
submodule_test.go Compare SSH_DOMAIN when parsing submodule URLs ()
tag.go Fixes - Adds the /git/tags API endpoint ()
tree.go Migrate to go-git/go-git v5.0.0 ()
tree_blob.go Fix 500 on README in submodule ()
tree_entry.go Migrate to go-git/go-git v5.0.0 ()
tree_entry_test.go Migrate to go-git/go-git v5.0.0 ()
utils.go Fix ref links in issue overviews for tags ()
utils_test.go Fix ref links in issue overviews for tags ()

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.