forgejo/modules/git
Gusted a21128a734
[CHORE] Drop go-git support
See https://codeberg.org/forgejo/discussions/issues/164 for the
rationale and discussion of this change.

Everything related to the `go-git` dependency is dropped (Only a single
instance is left in a test file to test for an XSS, it requires crafting
an commit that Git itself refuses to craft). `_gogit` files have
been removed entirely, `go:build: !gogit` is removed, `XXX_nogogit.go` files
either have been renamed or had their code being merged into the
`XXX.go` file.
2024-08-12 19:11:09 +02:00
..
foreachref
internal
pipeline [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
pushoptions
tests/repos
url
batch_reader.go
blame.go
blame_sha256_test.go
blame_test.go
blob.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
blob_test.go
command.go
command_race_test.go
command_test.go
commit.go
commit_info.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
commit_info_test.go
commit_reader.go
commit_sha256_test.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
commit_test.go
diff.go
diff_test.go
error.go
git.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
git_test.go
grep.go Merge pull request 'git-grep: ensure bounded default for MatchesPerFile' (#4928) from yoctozepto/forgejo:git-grep-limit-matches-per-file into forgejo 2024-08-12 14:37:43 +00:00
grep_test.go git-grep: skip binary files 2024-08-11 19:10:23 +02:00
hook.go
last_commit_cache.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
log_name_status.go
notes.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
notes_test.go
object_format.go
object_id.go
object_id_test.go
object_signature.go
parse.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
parse_test.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
README.md
ref.go
ref_test.go
remote.go
repo.go
repo_archive.go
repo_attribute.go
repo_attribute_test.go
repo_base.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_blame.go
repo_blob_test.go
repo_branch.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_branch_test.go
repo_commit.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_commit_test.go
repo_commitgraph.go
repo_compare.go
repo_compare_test.go
repo_gpg.go
repo_hook.go
repo_index.go
repo_language_stats.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_language_stats_test.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_object.go
repo_ref.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_ref_test.go
repo_stats.go
repo_stats_test.go
repo_tag.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
repo_tag_test.go
repo_test.go
repo_tree.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
signature.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
signature_test.go
submodule.go
submodule_test.go
tag.go
tag_test.go
tree.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
tree_blob.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
tree_entry.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02:00
tree_entry_mode.go
tree_test.go
utils.go
utils_test.go [CHORE] Drop go-git support 2024-08-12 19:11:09 +02: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.