jojo/modules/git
Shiny Nematoda cdc27b0d62 feat: add support to opt-in for fuzzy search (#10378)
The rationale for keeping it behind a flag is due to fuzzy search being computationally intensive #5261
Admins may opt-in by setting the `[indexer].REPO_INDEXER_FUZZY_ENABLED` flag to true.

Closes #10331

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10378
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2025-12-17 13:51:48 +01:00
..
foreachref
internal
pipeline
pushoptions
tests/repos feat: improve getting shortstat (#9587) 2025-10-10 14:15:38 +02:00
url Update dependency go to v1.25 (forgejo) (#8908) 2025-10-08 15:57:37 +02:00
batch.go
batch_reader.go
blame.go
blame_sha256_test.go
blame_test.go
blob.go feat(ui): add switch between formats when previewing CITATION.{cff,bib} files (#9103) 2025-11-14 14:39:20 +01:00
blob_test.go feat(ui): add switch between formats when previewing CITATION.{cff,bib} files (#9103) 2025-11-14 14:39:20 +01:00
command.go
command_race_test.go
command_test.go
commit.go
commit_info.go
commit_info_test.go
commit_reader.go feat: include non-conventional headers in payload for git signatures (#9558) 2025-10-14 02:18:01 +02:00
commit_sha256_test.go
commit_test.go chore: two small refactors in git module (#10109) 2025-11-15 13:24:00 +01:00
diff.go
diff_compare.go feat: improve checking if diffs differ (#8451) 2025-07-16 18:19:27 +02:00
diff_compare_test.go feat: improve checking if diffs differ (#8451) 2025-07-16 18:19:27 +02:00
diff_test.go
error.go
fetch.go chore: unify the usage of CryptoRandomString (#10110) 2025-11-15 13:24:53 +01:00
fetch_test.go feat: Use receive.hideRefs (#10015) 2025-11-10 14:36:15 +01:00
git.go fix: make Fetch work with git < 2.41 (#10095) 2025-11-13 13:22:09 +01:00
git_test.go
grep.go feat: add support to opt-in for fuzzy search (#10378) 2025-12-17 13:51:48 +01:00
grep_test.go
hook.go
last_commit_cache.go
log_name_status.go
notes.go chore: simplify GetNote (#9985) 2025-11-06 13:23:35 +01:00
notes_test.go chore: simplify GetNote (#9985) 2025-11-06 13:23:35 +01:00
object_format.go
object_id.go
object_id_test.go
object_signature.go
parse.go fix: do better parsing of file modes (#9161) 2025-09-04 21:58:12 +02:00
parse_test.go fix: do better parsing of file modes (#9161) 2025-09-04 21:58:12 +02:00
README.md
ref.go
ref_test.go
remote.go
repo.go fix: support git clone when /tmp has noexec (#10146) 2025-11-19 16:36:34 +01:00
repo_archive.go
repo_attribute.go
repo_attribute_test.go
repo_base.go
repo_base_test.go
repo_blame.go fix: pull request review comment position (#9914) 2025-10-31 16:17:23 +01:00
repo_blame_test.go fix: pull request review comment position (#9914) 2025-10-31 16:17:23 +01:00
repo_blob_test.go
repo_branch.go
repo_branch_test.go
repo_commit.go chore: two small refactors in git module (#10109) 2025-11-15 13:24:00 +01:00
repo_commit_test.go chore: two small refactors in git module (#10109) 2025-11-15 13:24:00 +01:00
repo_commitgraph.go
repo_compare.go feat: avoid remote for codeowner's merge base (#9610) 2025-10-10 15:50:38 +02:00
repo_compare_test.go feat: avoid remote for codeowner's merge base (#9610) 2025-10-10 15:50:38 +02:00
repo_gpg.go
repo_hook.go
repo_index.go
repo_language_stats.go
repo_language_stats_test.go
repo_object.go
repo_ref.go
repo_ref_test.go
repo_stats.go
repo_stats_test.go
repo_tag.go
repo_tag_test.go
repo_test.go fix: support git clone when /tmp has noexec (#10146) 2025-11-19 16:36:34 +01:00
repo_tree.go
signature.go
signature_test.go
submodule.go
submodule_test.go
tag.go chore: two small refactors in git module (#10109) 2025-11-15 13:24:00 +01:00
tag_test.go
tree.go
tree_blob.go
tree_entry.go
tree_entry_mode.go
tree_test.go
utils.go
utils_test.go

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.