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

git grep on a bare repository #68

Closed
ddevault opened this issue May 18, 2020 · 1 comment · Fixed by #728
Closed

git grep on a bare repository #68

ddevault opened this issue May 18, 2020 · 1 comment · Fixed by #728
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ddevault
Copy link

Would be nice to have this.

@mcuadros mcuadros added enhancement New feature or request help wanted Extra attention is needed labels May 22, 2020
@dmaharana
Copy link

git grep 'search string' HEAD

aymanbagabas added a commit to aymanbagabas/go-git that referenced this issue Mar 30, 2023
Perform grep on `*Repository` instead of `*Worktree`.

Fixes: go-git#68
aymanbagabas added a commit to aymanbagabas/go-git that referenced this issue Mar 30, 2023
Perform grep on `*Repository` instead of `*Worktree`.

Fixes: go-git#68
aymanbagabas added a commit to aymanbagabas/go-git that referenced this issue Apr 4, 2023
Perform grep on `*Repository` instead of `*Worktree`.

Fixes: go-git#68
aymanbagabas added a commit to aymanbagabas/go-git that referenced this issue Apr 13, 2023
Perform grep on `*Repository` instead of `*Worktree`.

Fixes: go-git#68
aymanbagabas added a commit to aymanbagabas/go-git that referenced this issue Apr 26, 2023
Perform grep on `*Repository` instead of `*Worktree`.

Fixes: go-git#68
durandj pushed a commit to durandj/go-git that referenced this issue Jul 1, 2023
Perform grep on `*Repository` instead of `*Worktree`.

Fixes: go-git#68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants