Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve grep search (#30843) (#30850) | Giteabot | 2024-05-03 | 1 | -0/+20 |
| | | | | | | | | Backport #30843 by wxiaoguang Reduce the context line number to 1, make "git grep" search respect the include/exclude patter, and fix #30785 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | Limit the max line length when parsing git grep output (#30418) | wxiaoguang | 2024-04-12 | 1 | -0/+10 |
| | |||||
* | Fix git grep search limit, add test (#30071) | wxiaoguang | 2024-03-25 | 1 | -0/+10 |
| | | | Fix #30069 | ||||
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 1 | -0/+41 |
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 #29996   --------- Co-authored-by: silverwind <me@silverwind.io> |