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.
Giteabot 4746291b08
Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811)
hace 5 meses
..
foreachref Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811) hace 5 meses
internal Refactor git command package to improve security and maintainability (#22678) hace 1 año
pipeline Refactor and tidy-up the merge/update branch code (#22568) hace 1 año
tests/repos Support `.git-blame-ignore-revs` file (#26395) hace 9 meses
url Implement FSFE REUSE for golang files (#21840) hace 1 año
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) hace 5 años
batch_reader.go Make git batch operations use parent context timeout instead of default timeout (#26325) hace 10 meses
blame.go Read `previous` info from git blame (#28306) (#28310) hace 6 meses
blame_test.go Read `previous` info from git blame (#28306) (#28310) hace 6 meses
blob.go Fix profile render when the README.md size is larger than 1024 bytes (#25131) hace 1 año
blob_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
blob_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
blob_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
command.go Add option to disable ambiguous unicode characters detection (#28454) (#28499) hace 6 meses
command_race_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
command_test.go Improve git log for debugging (#24095) hace 1 año
commit.go Convert git commit summary to valid UTF8. (#28356) (#28358) hace 6 meses
commit_convert_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
commit_info.go Implement FSFE REUSE for golang files (#21840) hace 1 año
commit_info_gogit.go Replace `interface{}` with `any` (#25686) hace 11 meses
commit_info_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
commit_info_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
commit_reader.go Implement FSFE REUSE for golang files (#21840) hace 1 año
commit_test.go Add merge files files to GetCommitFileStatus (#20515) hace 9 meses
diff.go Implement FSFE REUSE for golang files (#21840) hace 1 año
diff_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
error.go Implement FSFE REUSE for golang files (#21840) hace 1 año
git.go Update tool dependencies, lock govulncheck and actionlint (#25655) hace 11 meses
git_test.go Support changing git config through `app.ini`, use `diff.algorithm=histogram` by default (#24860) hace 1 año
hook.go Implement FSFE REUSE for golang files (#21840) hace 1 año
last_commit_cache.go Replace `interface{}` with `any` (#25686) hace 11 meses
last_commit_cache_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
last_commit_cache_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
log_name_status.go Remove redundant nil check in `WalkGitLog` (#26773) hace 9 meses
notes.go Implement FSFE REUSE for golang files (#21840) hace 1 año
notes_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
notes_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
notes_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
parse_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
parse_gogit_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
parse_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
parse_nogogit_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
ref.go Fix compatible for webhook ref type (#25195) hace 1 año
ref_test.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) hace 1 año
remote.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo.go Fix git 2.11 error when checking IsEmpty (#27393) (#27397) hace 8 meses
repo_archive.go Refactor git command package to improve security and maintainability (#22678) hace 1 año
repo_attribute.go Refactor legacy strange git operations (#22756) hace 1 año
repo_attribute_test.go Use more specific test methods (#24265) hace 1 año
repo_base.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_base_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_base_nogogit.go Update tool dependencies, lock govulncheck and actionlint (#25655) hace 11 meses
repo_blame.go Remove `git.FileBlame` (#25841) hace 11 meses
repo_blob.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_blob_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_blob_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_blob_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_branch.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) hace 1 año
repo_branch_gogit.go Make gogit Repository.GetBranchNames consistent (#28348) (#28386) hace 6 meses
repo_branch_nogogit.go Refactor git command package to improve security and maintainability (#22678) hace 1 año
repo_branch_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_commit.go Add -F to commit search to treat keywords as strings (#28744) (#28748) hace 5 meses
repo_commit_gogit.go Fix commit retrieval by tag (#21804) hace 1 año
repo_commit_nogogit.go Fix commit retrieval by tag (#21804) hace 1 año
repo_commit_test.go Use more specific test methods (#24265) hace 1 año
repo_commitgraph.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_commitgraph_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_compare.go Support getting changed files when commit ID is `EmptySHA` (#26290) hace 10 meses
repo_compare_test.go Support getting changed files when commit ID is `EmptySHA` (#26290) hace 10 meses
repo_gpg.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_hook.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_index.go Update tool dependencies, lock govulncheck and actionlint (#25655) hace 11 meses
repo_language_stats.go Merge different languages for language stats (#24900) hace 1 año
repo_language_stats_gogit.go Merge different languages for language stats (#24900) hace 1 año
repo_language_stats_nogogit.go Merge different languages for language stats (#24900) hace 1 año
repo_language_stats_test.go Merge different languages for language stats (#24900) hace 1 año
repo_object.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_ref.go Show branches and tags that contain a commit (#25180) hace 10 meses
repo_ref_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_ref_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_ref_test.go Fix commit retrieval by tag (#21804) hace 1 año
repo_stats.go Refactor git command package to improve security and maintainability (#22678) hace 1 año
repo_stats_test.go Fix commit retrieval by tag (#21804) hace 1 año
repo_tag.go Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811) hace 5 meses
repo_tag_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
repo_tag_nogogit.go Refactor git command package to improve security and maintainability (#22678) hace 1 año
repo_tag_test.go Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811) hace 5 meses
repo_test.go Faster git.GetDivergingCommits (#24482) hace 1 año
repo_tree.go Refactor git command package to improve security and maintainability (#22678) hace 1 año
repo_tree_gogit.go Use complete SHA to create and query commit status (#22244) hace 1 año
repo_tree_nogogit.go Use complete SHA to create and query commit status (#22244) hace 1 año
sha1.go Support getting changed files when commit ID is `EmptySHA` (#26290) hace 10 meses
sha1_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
sha1_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
sha1_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
signature.go Implement FSFE REUSE for golang files (#21840) hace 1 año
signature_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
signature_nogogit.go Update tool dependencies, lock govulncheck and actionlint (#25655) hace 11 meses
submodule.go Implement FSFE REUSE for golang files (#21840) hace 1 año
submodule_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tag.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tag_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_blob.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_blob_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_blob_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_entry.go Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22902) hace 1 año
tree_entry_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_entry_mode.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_entry_nogogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_entry_test.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_gogit.go Implement FSFE REUSE for golang files (#21840) hace 1 año
tree_nogogit.go Refactor git command package to improve security and maintainability (#22678) hace 1 año
utils.go Replace `interface{}` with `any` (#25686) hace 11 meses

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.