gitea/modules/git
zeripath 54dd28f159
Fix 500 on README in submodule ()
If a README file is a symlink to a submodule Gitea the view branch page
will return a 500.

The underlying problem is a missed conversion of an
plumbing.ErrObjectNotFound in git/tree_blob.go.

Fix 

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

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
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 Ensure BlameReaders close at end of request ()
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 [Vendor] Switch go-version lib ()
commit_archive.go Set context for running CreateArchive in to that of the request ()
commit_info.go Migrate to go-git/go-git v5.0.0 ()
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 [Vendor] Switch go-version lib ()
git_test.go Graceful: Xorm, RepoIndexer, Cron and Others ()
hook.go fix typos ()
notes.go Migrate to go-git/go-git v5.0.0 ()
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 move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo.go Handle push rejection in branch and upload ()
repo_attribute.go [Vendor] Switch go-version lib ()
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 Always return a list from GetCommitsFromIDs ()
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 Add configurable Trust Models ()
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.