-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git grep search error #30785
Comments
Could you login to the Gitea server and find the "repo.git", and "cat config" to see its content? |
One more question: what's you git version? |
Sorry, Gitea is deployed on the servers of the company I work for, and I'm off duty now. Also, due to the International Labor Day holiday, it'll be at least five days before I can send you the config and git version. I'll send the them once I'm back at work. |
This comment was marked as outdated.
This comment was marked as outdated.
Reproduced, will propose a fix. |
-> Fix grep search #30843 |
Reduce the context line number to 1, make "git grep" search respect the include/exclude patter, and fix #30785
Reduce the context line number to 1, make "git grep" search respect the include/exclude patter, and fix go-gitea#30785
Description
I'm encountering a failure when attempting to perform code searches in one specific repository of mine. This issue is exclusive to this particular repository; searching works fine in other repositories. Even when I try to create a new repository similar to the problematic one, I can't reproduce the issue.
Here's the additional information about the repository:
Gitea Version
1.22.0+rc1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
CentOS
How are you running Gitea?
docker compose
Database
SQLite
The text was updated successfully, but these errors were encountered: