Skip to content
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

feat(grep): search a repository #86

Merged
merged 5 commits into from
Feb 11, 2023
Merged

feat(grep): search a repository #86

merged 5 commits into from
Feb 11, 2023

Conversation

aymanbagabas
Copy link
Contributor

Describe the pull request

Use git grep to search files in a repository.

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have read and acknowledge the Contributing guide.
  • I have added test cases to cover the new code.

Diff tests keep failing bacause I have format.signOff set to true in my
gitconfig
Use `git grep` to search a repository.
@unknwon unknwon mentioned this pull request Feb 11, 2023
3 tasks
@unknwon unknwon self-requested a review February 11, 2023 08:39
@unknwon unknwon self-assigned this Feb 11, 2023
Copy link
Member

@unknwon unknwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@codecov
Copy link

codecov bot commented Feb 11, 2023

Codecov Report

Merging #86 (c06c980) into master (58d9f16) will increase coverage by 0.45%.
The diff coverage is 83.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   83.18%   83.64%   +0.45%     
==========================================
  Files          27       28       +1     
  Lines        1737     1785      +48     
==========================================
+ Hits         1445     1493      +48     
+ Misses        179      177       -2     
- Partials      113      115       +2     

@unknwon unknwon merged commit 8eac762 into gogs:master Feb 11, 2023
@unknwon
Copy link
Member

unknwon commented Feb 11, 2023

https://github.com/gogs/git-module/releases/tag/v1.8.0 has been published for this merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants