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.
wxiaoguang 21151474e3
Fix loadOneBranch panic (#29938)
3 mesi fa
..
foreachref Use refname:strip-2 instead of refname:short when syncing tags (#28797) 5 mesi fa
internal Refactor git command package to improve security and maintainability (#22678) 1 anno fa
pipeline Discard unread data of `git cat-file` (#29297) 4 mesi fa
tests/repos Add support for sha256 repositories (#23894) 5 mesi fa
url Implement FSFE REUSE for golang files (#21840) 1 anno fa
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 5 anni fa
attribute.go Refactor git attributes (#29356) 4 mesi fa
batch_reader.go Discard unread data of `git cat-file` (#29297) 4 mesi fa
blame.go Add `io.Closer` guidelines (#29387) 4 mesi fa
blame_sha256_test.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
blame_test.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
blob.go Fix profile render when the README.md size is larger than 1024 bytes (#25131) 1 anno fa
blob_gogit.go Abstract hash function usage (#28138) 6 mesi fa
blob_nogogit.go Do not double close reader (#29354) 4 mesi fa
blob_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
command.go Add a check for when the command is canceled by the program on Window… (#29538) 4 mesi fa
command_race_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
command_test.go Improve git log for debugging (#24095) 1 anno fa
commit.go Fix missing error check of bufio.Scanner (#29882) 3 mesi fa
commit_convert_gogit.go Abstract hash function usage (#28138) 6 mesi fa
commit_info.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
commit_info_gogit.go Abstract hash function usage (#28138) 6 mesi fa
commit_info_nogogit.go Discard unread data of `git cat-file` (#29297) 4 mesi fa
commit_info_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
commit_reader.go Add support for sha256 repositories (#23894) 5 mesi fa
commit_sha256_test.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
commit_test.go Improve ObjectFormat interface (#28496) 6 mesi fa
diff.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
diff_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
error.go Add merge style `fast-forward-only` (#28954) 4 mesi fa
git.go Refactor modules/git global variables (#29376) 4 mesi fa
git_test.go Refactor git version functions and check compatibility (#29155) 4 mesi fa
hook.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
last_commit_cache.go Use `crypto/sha256` (#29386) 4 mesi fa
last_commit_cache_gogit.go Abstract hash function usage (#28138) 6 mesi fa
last_commit_cache_nogogit.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
log_name_status.go bump to use go 1.22 (#29119) 4 mesi fa
notes.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
notes_gogit.go Abstract hash function usage (#28138) 6 mesi fa
notes_nogogit.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
notes_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
object_format.go Add support for sha256 repositories (#23894) 5 mesi fa
object_id.go Add support for sha256 repositories (#23894) 5 mesi fa
object_id_gogit.go Add support for sha256 repositories (#23894) 5 mesi fa
object_id_test.go Adjust object format interface (#28469) 6 mesi fa
parse_gogit.go Improve ObjectFormat interface (#28496) 6 mesi fa
parse_gogit_test.go Improve ObjectFormat interface (#28496) 6 mesi fa
parse_nogogit.go Improve ObjectFormat interface (#28496) 6 mesi fa
parse_nogogit_test.go Improve ObjectFormat interface (#28496) 6 mesi fa
ref.go Adjust object format interface (#28469) 6 mesi fa
ref_test.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 1 anno fa
remote.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
repo.go Fix loadOneBranch panic (#29938) 3 mesi fa
repo_archive.go Fix archive creating LFS hooks and breaking pull requests (#28848) 5 mesi fa
repo_attribute.go Refactor git attributes (#29356) 4 mesi fa
repo_attribute_test.go Refactor git attributes (#29356) 4 mesi fa
repo_base.go Simplify how git repositories are opened (#28937) 5 mesi fa
repo_base_gogit.go Make wiki default branch name changable (#29603) 3 mesi fa
repo_base_nogogit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_blame.go Remove `git.FileBlame` (#25841) 11 mesi fa
repo_blob.go Improve ObjectFormat interface (#28496) 6 mesi fa
repo_blob_gogit.go Abstract hash function usage (#28138) 6 mesi fa
repo_blob_nogogit.go Abstract hash function usage (#28138) 6 mesi fa
repo_blob_test.go Improve ObjectFormat interface (#28496) 6 mesi fa
repo_branch.go Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 3 mesi fa
repo_branch_gogit.go Simplify how git repositories are opened (#28937) 5 mesi fa
repo_branch_nogogit.go Simplify how git repositories are opened (#28937) 5 mesi fa
repo_branch_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
repo_commit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_commit_gogit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_commit_nogogit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_commit_test.go Use more specific test methods (#24265) 1 anno fa
repo_commitgraph.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
repo_commitgraph_gogit.go Update go dependencies and fix go-git (#28893) 5 mesi fa
repo_compare.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_compare_test.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_gpg.go Abstract hash function usage (#28138) 6 mesi fa
repo_hook.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
repo_index.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_language_stats.go Refactor git attributes (#29356) 4 mesi fa
repo_language_stats_gogit.go Refactor git attributes (#29356) 4 mesi fa
repo_language_stats_nogogit.go Refactor git attributes (#29356) 4 mesi fa
repo_language_stats_test.go Merge different languages for language stats (#24900) 1 anno fa
repo_object.go Improve ObjectFormat interface (#28496) 6 mesi fa
repo_ref.go Show branches and tags that contain a commit (#25180) 11 mesi fa
repo_ref_gogit.go Abstract hash function usage (#28138) 6 mesi fa
repo_ref_nogogit.go Improve ObjectFormat interface (#28496) 6 mesi fa
repo_ref_test.go Fix commit retrieval by tag (#21804) 1 anno fa
repo_stats.go Fix missing error check of bufio.Scanner (#29882) 3 mesi fa
repo_stats_test.go Fix commit retrieval by tag (#21804) 1 anno fa
repo_tag.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_tag_gogit.go Improve ObjectFormat interface (#28496) 6 mesi fa
repo_tag_nogogit.go Discard unread data of `git cat-file` (#29297) 4 mesi fa
repo_tag_test.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_test.go Faster git.GetDivergingCommits (#24482) 1 anno fa
repo_tree.go Improve ObjectFormat interface (#28496) 6 mesi fa
repo_tree_gogit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
repo_tree_nogogit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
signature.go Refactor parseSignatureFromCommitLine (#29054) 4 mesi fa
signature_gogit.go Refactor parseSignatureFromCommitLine (#29054) 4 mesi fa
signature_nogogit.go Refactor parseSignatureFromCommitLine (#29054) 4 mesi fa
signature_test.go Refactor parseSignatureFromCommitLine (#29054) 4 mesi fa
submodule.go Upgrade to golangci-lint@v1.55.0 (#27756) 8 mesi fa
submodule_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
tag.go Refactor parseSignatureFromCommitLine (#29054) 4 mesi fa
tag_test.go Adjust object format interface (#28469) 6 mesi fa
tree.go Abstract hash function usage (#28138) 6 mesi fa
tree_blob.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
tree_blob_gogit.go Abstract hash function usage (#28138) 6 mesi fa
tree_blob_nogogit.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
tree_entry.go Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22902) 1 anno fa
tree_entry_gogit.go Abstract hash function usage (#28138) 6 mesi fa
tree_entry_mode.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
tree_entry_nogogit.go Abstract hash function usage (#28138) 6 mesi fa
tree_entry_test.go Implement FSFE REUSE for golang files (#21840) 1 anno fa
tree_gogit.go Abstract hash function usage (#28138) 6 mesi fa
tree_nogogit.go Lazy load object format with command line and don't do it in OpenRepository (#29712) 3 mesi fa
tree_test.go Discard unread data of `git cat-file` (#29297) 4 mesi fa
utils.go Replace `interface{}` with `any` (#25686) 1 anno fa

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.