gitea/modules/git
Giteabot ed5e0c8c27
Discard unread data of `git cat-file` () ()
Backport  by @KN4CK3R

Fixes 
Related 

Discard all read data to prevent misinterpreting existing data. Some
discard calls were missing in error cases.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: yp05327 <576951401@qq.com>
..
foreachref Use refname:strip-2 instead of refname:short when syncing tags () ()
internal Refactor git command package to improve security and maintainability ()
pipeline Discard unread data of `git cat-file` () ()
tests/repos Support `.git-blame-ignore-revs` file ()
url Implement FSFE REUSE for golang files ()
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
batch_reader.go Discard unread data of `git cat-file` () ()
blame.go Read `previous` info from git blame () ()
blame_test.go Read `previous` info from git blame () ()
blob.go Fix profile render when the README.md size is larger than 1024 bytes ()
blob_gogit.go Implement FSFE REUSE for golang files ()
blob_nogogit.go Discard unread data of `git cat-file` () ()
blob_test.go Implement FSFE REUSE for golang files ()
command.go Add option to disable ambiguous unicode characters detection () ()
command_race_test.go Implement FSFE REUSE for golang files ()
command_test.go Improve git log for debugging ()
commit.go Convert git commit summary to valid UTF8. () ()
commit_convert_gogit.go Implement FSFE REUSE for golang files ()
commit_info.go Implement FSFE REUSE for golang files ()
commit_info_gogit.go Replace `interface{}` with `any` ()
commit_info_nogogit.go Discard unread data of `git cat-file` () ()
commit_info_test.go Implement FSFE REUSE for golang files ()
commit_reader.go Implement FSFE REUSE for golang files ()
commit_test.go Add merge files files to GetCommitFileStatus ()
diff.go Implement FSFE REUSE for golang files ()
diff_test.go Implement FSFE REUSE for golang files ()
error.go Implement FSFE REUSE for golang files ()
git.go Refactor git version functions and check compatibility () ()
git_test.go Refactor git version functions and check compatibility () ()
hook.go Implement FSFE REUSE for golang files ()
last_commit_cache.go Replace `interface{}` with `any` ()
last_commit_cache_gogit.go Implement FSFE REUSE for golang files ()
last_commit_cache_nogogit.go Implement FSFE REUSE for golang files ()
log_name_status.go Remove redundant nil check in `WalkGitLog` ()
notes.go Implement FSFE REUSE for golang files ()
notes_gogit.go Implement FSFE REUSE for golang files ()
notes_nogogit.go Implement FSFE REUSE for golang files ()
notes_test.go Implement FSFE REUSE for golang files ()
parse_gogit.go Implement FSFE REUSE for golang files ()
parse_gogit_test.go Implement FSFE REUSE for golang files ()
parse_nogogit.go Implement FSFE REUSE for golang files ()
parse_nogogit_test.go Implement FSFE REUSE for golang files ()
ref.go Fix compatible for webhook ref type ()
ref_test.go Use the type RefName for all the needed places and fix pull mirror sync bugs ()
remote.go Implement FSFE REUSE for golang files ()
repo.go Refactor parseSignatureFromCommitLine () ()
repo_archive.go Fix archive creating LFS hooks and breaking pull requests () ()
repo_attribute.go Refactor git version functions and check compatibility () ()
repo_attribute_test.go Use more specific test methods ()
repo_base.go Implement FSFE REUSE for golang files ()
repo_base_gogit.go Update go dependencies and fix go-git () ()
repo_base_nogogit.go Prevent double use of `git cat-file` session. () ()
repo_blame.go Remove `git.FileBlame` ()
repo_blob.go Implement FSFE REUSE for golang files ()
repo_blob_gogit.go Implement FSFE REUSE for golang files ()
repo_blob_nogogit.go Implement FSFE REUSE for golang files ()
repo_blob_test.go Implement FSFE REUSE for golang files ()
repo_branch.go Use the type RefName for all the needed places and fix pull mirror sync bugs ()
repo_branch_gogit.go Make gogit Repository.GetBranchNames consistent () ()
repo_branch_nogogit.go Refactor git command package to improve security and maintainability ()
repo_branch_test.go Implement FSFE REUSE for golang files ()
repo_commit.go Add -F to commit search to treat keywords as strings () ()
repo_commit_gogit.go Fix commit retrieval by tag ()
repo_commit_nogogit.go Discard unread data of `git cat-file` () ()
repo_commit_test.go Use more specific test methods ()
repo_commitgraph.go Implement FSFE REUSE for golang files ()
repo_commitgraph_gogit.go Update go dependencies and fix go-git () ()
repo_compare.go Support getting changed files when commit ID is `EmptySHA` ()
repo_compare_test.go Support getting changed files when commit ID is `EmptySHA` ()
repo_gpg.go Implement FSFE REUSE for golang files ()
repo_hook.go Implement FSFE REUSE for golang files ()
repo_index.go Update tool dependencies, lock govulncheck and actionlint ()
repo_language_stats.go Merge different languages for language stats ()
repo_language_stats_gogit.go Merge different languages for language stats ()
repo_language_stats_nogogit.go Discard unread data of `git cat-file` () ()
repo_language_stats_test.go Merge different languages for language stats ()
repo_object.go Implement FSFE REUSE for golang files ()
repo_ref.go Show branches and tags that contain a commit ()
repo_ref_gogit.go Implement FSFE REUSE for golang files ()
repo_ref_nogogit.go Implement FSFE REUSE for golang files ()
repo_ref_test.go Fix commit retrieval by tag ()
repo_stats.go Refactor git command package to improve security and maintainability ()
repo_stats_test.go Fix commit retrieval by tag ()
repo_tag.go Refactor parseSignatureFromCommitLine () ()
repo_tag_gogit.go Implement FSFE REUSE for golang files ()
repo_tag_nogogit.go Discard unread data of `git cat-file` () ()
repo_tag_test.go Refactor parseSignatureFromCommitLine () ()
repo_test.go Faster git.GetDivergingCommits ()
repo_tree.go Refactor git command package to improve security and maintainability ()
repo_tree_gogit.go Use complete SHA to create and query commit status ()
repo_tree_nogogit.go Discard unread data of `git cat-file` () ()
sha1.go Support getting changed files when commit ID is `EmptySHA` ()
sha1_gogit.go Implement FSFE REUSE for golang files ()
sha1_nogogit.go Implement FSFE REUSE for golang files ()
sha1_test.go Implement FSFE REUSE for golang files ()
signature.go Refactor parseSignatureFromCommitLine () ()
signature_gogit.go Refactor parseSignatureFromCommitLine () ()
signature_nogogit.go Refactor parseSignatureFromCommitLine () ()
signature_test.go Refactor parseSignatureFromCommitLine () ()
submodule.go Implement FSFE REUSE for golang files ()
submodule_test.go Implement FSFE REUSE for golang files ()
tag.go Refactor parseSignatureFromCommitLine () ()
tag_test.go Implement FSFE REUSE for golang files ()
tree.go Implement FSFE REUSE for golang files ()
tree_blob.go Implement FSFE REUSE for golang files ()
tree_blob_gogit.go Implement FSFE REUSE for golang files ()
tree_blob_nogogit.go Implement FSFE REUSE for golang files ()
tree_entry.go Remember to attach the parent tree when converting TreeEntry() -> Tree() ()
tree_entry_gogit.go Implement FSFE REUSE for golang files ()
tree_entry_mode.go Implement FSFE REUSE for golang files ()
tree_entry_nogogit.go Implement FSFE REUSE for golang files ()
tree_entry_test.go Implement FSFE REUSE for golang files ()
tree_gogit.go Implement FSFE REUSE for golang files ()
tree_nogogit.go Discard unread data of `git cat-file` () ()
tree_test.go Discard unread data of `git cat-file` () ()
utils.go Replace `interface{}` with `any` ()

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.