Improve global search: Add diffing from results with query highlighting #1

Merged
Christoph merged 1 commits from FixSearch into master 2026-06-30 18:34:00 +00:00
1 Commits
Author SHA1 Message Date
Christoph Brandau 405f302db9 Improve global search: Add diffing from results with query highlighting
Users can now open a diff for a specific search hit directly from the global search results. The original search query will be highlighted within the diff view, making it easier to locate the relevant changes.

Additionally, add `--no-textconv` to git commands used in search and diff operations. This prevents failures when git encounters binary files that textconv drivers might otherwise attempt to process.
2026-06-30 20:32:59 +02:00