gitea/modules/git
Lunny Xiao 6362b24a59
Fix when a commit not found returned 500 ()
Co-authored-by: Lauris BH <lauris@nix.lv>
..
pipeline Use native git variants by default with go-git variants as build tag ()
tests/repos Fix reading git notes from nested trees ()
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
batch_reader_nogogit.go Use native git variants by default with go-git variants as build tag ()
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 Use native git variants by default with go-git variants as build tag ()
blob_gogit.go Use native git variants by default with go-git variants as build tag ()
blob_nogogit.go Remove spurious DataAsync Error logging ()
blob_test.go Add Close() method to gogitRepository ()
command.go Use native git variants by default with go-git variants as build tag ()
command_test.go Fix nondeterministic behavior ()
commit.go HasPreviousCommit causes recursive load of commits unnecessarily ()
commit_archive.go Set context for running CreateArchive in to that of the request ()
commit_convert_gogit.go Use native git variants by default with go-git variants as build tag ()
commit_info.go Use native git variants by default with go-git variants as build tag ()
commit_info_gogit.go Use native git variants by default with go-git variants as build tag ()
commit_info_nogogit.go Use native git variants by default with go-git variants as build tag ()
commit_info_test.go Use native git variants by default with go-git variants as build tag ()
commit_reader.go Fix bug in commit verification introduced in ()
commit_test.go HasPreviousCommit causes recursive load of commits unnecessarily ()
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 Migrations: Use Process Manager to create own Context ()
git_test.go Graceful: Xorm, RepoIndexer, Cron and Others ()
hook.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
last_commit_cache.go Ensure memcache TTL cannot be over 30 days ()
last_commit_cache_gogit.go Ensure memcache TTL cannot be over 30 days ()
last_commit_cache_nogogit.go Ensure memcache TTL cannot be over 30 days ()
notes.go Use native git variants by default with go-git variants as build tag ()
notes_gogit.go Use native git variants by default with go-git variants as build tag ()
notes_nogogit.go Use native git variants by default with go-git variants as build tag ()
notes_test.go Add Close() method to gogitRepository ()
parse_gogit.go Reduce calls to git cat-file -s ()
parse_gogit_test.go Reduce calls to git cat-file -s ()
parse_nogogit.go Reduce calls to git cat-file -s ()
parse_nogogit_test.go Reduce calls to git cat-file -s ()
ref.go Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, ()
repo.go migrate from com.* to alternatives ()
repo_attribute.go go-version constraints ignore pre-releases ()
repo_base_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_base_nogogit.go Use native git variants by default with go-git variants as build tag ()
repo_blame.go Removed unnecessary conversions ()
repo_blob.go Use native git variants by default with go-git variants as build tag ()
repo_blob_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_blob_nogogit.go Use native git variants by default with go-git variants as build tag ()
repo_blob_test.go Add Close() method to gogitRepository ()
repo_branch.go [API] Add pagination to ListBranches ()
repo_branch_gogit.go [API] Add pagination to ListBranches ()
repo_branch_nogogit.go [API] Add pagination to ListBranches ()
repo_branch_test.go [API] Add pagination to ListBranches ()
repo_commit.go Do not assume all 40 char strings are SHA1s ()
repo_commit_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_commit_nogogit.go Fix when a commit not found returned 500 ()
repo_commit_test.go Add Close() method to gogitRepository ()
repo_commitgraph_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_compare.go Restore detection of branches are equal on compare page ()
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 native git variants by default with go-git variants as build tag ()
repo_language_stats_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_language_stats_nogogit.go Use cat-file --batch in GetLanguageStats ()
repo_object.go Use native git variants by default with go-git variants as build tag ()
repo_ref.go Use native git variants by default with go-git variants as build tag ()
repo_ref_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_ref_nogogit.go Use native git variants by default with go-git variants as build tag ()
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 Refactor get tag to remove unnecessary steps ()
repo_tag_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_tag_nogogit.go [API] Add pagination to ListBranches ()
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 Use native git variants by default with go-git variants as build tag ()
repo_tree_gogit.go Use native git variants by default with go-git variants as build tag ()
repo_tree_nogogit.go Fix git.parseTagData ()
sha1.go Use native git variants by default with go-git variants as build tag ()
sha1_gogit.go Use native git variants by default with go-git variants as build tag ()
sha1_nogogit.go Use native git variants by default with go-git variants as build tag ()
signature.go Use native git variants by default with go-git variants as build tag ()
signature_gogit.go Use native git variants by default with go-git variants as build tag ()
signature_nogogit.go Use native git variants by default with go-git variants as build tag ()
submodule.go Compare SSH_DOMAIN when parsing submodule URLs ()
submodule_test.go Compare SSH_DOMAIN when parsing submodule URLs ()
tag.go Fix git.parseTagData ()
tag_test.go Fix git.parseTagData ()
tree.go Use native git variants by default with go-git variants as build tag ()
tree_blob.go Use native git variants by default with go-git variants as build tag ()
tree_blob_gogit.go Use native git variants by default with go-git variants as build tag ()
tree_blob_nogogit.go Use native git variants by default with go-git variants as build tag ()
tree_entry.go Use native git variants by default with go-git variants as build tag ()
tree_entry_gogit.go Use native git variants by default with go-git variants as build tag ()
tree_entry_mode.go Use native git variants by default with go-git variants as build tag ()
tree_entry_nogogit.go Reduce calls to git cat-file -s ()
tree_entry_test.go Use native git variants by default with go-git variants as build tag ()
tree_gogit.go Use native git variants by default with go-git variants as build tag ()
tree_nogogit.go Reduce calls to git cat-file -s ()
utils.go Use native git variants by default with go-git variants as build tag ()
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.