Commit Graph

3 Commits (eb8bb82e584f0d0cb91ebc0e37e40c53da729ce8)

Author SHA1 Message Date
wxiaoguang f9fdac9809
Limit the max line length when parsing git grep output ()
wxiaoguang 8e79aed573
Fix git grep search limit, add test ()
Fix 
wxiaoguang 4734d43e14
Support repo code search without setting up an indexer ()
By using git's ability, end users (especially small instance users) do
not need to enable the indexer, they could also benefit from the code
searching feature.

Fix 


![image](https://github.com/go-gitea/gitea/assets/2114189/11b7e458-88a4-480d-b4d7-72ee59406dd1)


![image](https://github.com/go-gitea/gitea/assets/2114189/0fe777d5-c95c-4288-a818-0427680805b6)

---------

Co-authored-by: silverwind <me@silverwind.io>