gitea/modules/git
Giteabot e18e31d557
Fix commit range paging (#32944) (#32962)
Backport #32944 by wxiaoguang

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-12-23 15:32:29 +08:00
..
foreachref
internal
pipeline
tests/repos Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
url
attribute.go
batch_reader.go
batch.go
blame_sha256_test.go
blame_test.go
blame.go
blob_gogit.go
blob_nogogit.go
blob_test.go
blob.go
command_race_test.go
command_test.go
command.go
commit_convert_gogit.go
commit_info_gogit.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
commit_info_nogogit.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
commit_info_test.go
commit_info.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
commit_reader.go
commit_sha256_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
commit_submodule_file_test.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
commit_submodule_file.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
commit_submodule.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
commit_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
commit.go Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
config_submodule_test.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
config_submodule.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
config_test.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
config.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
diff_test.go
diff.go
error.go
fsck.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
git_test.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
git.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
grep_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
grep.go
hook.go
last_commit_cache_gogit.go
last_commit_cache_nogogit.go
last_commit_cache.go
log_name_status.go
notes_gogit.go
notes_nogogit.go
notes_test.go
notes.go
object_format.go
object_id_gogit.go
object_id_test.go
object_id.go
parse_gogit_test.go
parse_gogit.go
parse_nogogit_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
parse_nogogit.go
README.md
ref_test.go
ref.go Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
remote.go
repo_archive.go
repo_attribute_test.go
repo_attribute.go
repo_base_gogit.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
repo_base_nogogit.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
repo_blame.go
repo_blob_gogit.go
repo_blob_nogogit.go
repo_blob_test.go
repo_blob.go
repo_branch_gogit.go
repo_branch_nogogit.go
repo_branch_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
repo_branch.go
repo_commit_gogit.go Fix gogit GetRefCommitID (#32705) 2024-12-03 23:30:46 -08:00
repo_commit_nogogit.go
repo_commit_test.go Fix commit range paging (#32944) (#32962) 2024-12-23 15:32:29 +08:00
repo_commit.go Fix commit range paging (#32944) (#32962) 2024-12-23 15:32:29 +08:00
repo_commitgraph_gogit.go
repo_commitgraph.go
repo_compare_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
repo_compare.go Use batch database operations instead of one by one to optimze api pulls (#32680) 2024-12-11 05:15:06 +08:00
repo_gpg.go
repo_hook.go
repo_index.go
repo_language_stats_gogit.go
repo_language_stats_nogogit.go
repo_language_stats_test.go
repo_language_stats.go
repo_object.go
repo_ref_gogit.go
repo_ref_nogogit.go
repo_ref_test.go
repo_ref.go Make API "compare" accept commit IDs (#32801) 2024-12-12 08:10:09 +00:00
repo_stats_test.go
repo_stats.go
repo_tag_gogit.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
repo_tag_nogogit.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00
repo_tag_test.go
repo_tag.go
repo_test.go
repo_tree_gogit.go
repo_tree_nogogit.go
repo_tree.go
repo.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00
signature_gogit.go
signature_nogogit.go
signature_test.go
signature.go
tag_test.go
tag.go
tree_blob_gogit.go
tree_blob_nogogit.go
tree_blob.go
tree_entry_gogit.go
tree_entry_mode.go
tree_entry_nogogit.go
tree_entry_test.go
tree_entry.go
tree_gogit.go
tree_nogogit.go
tree_test.go
tree.go
utils_test.go
utils.go Fix submodule parsing (#32571) 2024-11-20 19:26:12 +00:00

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.