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

Search for string returns merge commits (unlike raw git log -S) #454

Closed
borekb opened this issue Jul 20, 2018 · 1 comment
Closed

Search for string returns merge commits (unlike raw git log -S) #454

borekb opened this issue Jul 20, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@borekb
Copy link

borekb commented Jul 20, 2018

  • GitLens Version: 8.5.2
  • VSCode Version: 1.25.1
  • OS Version: Windows 10
  • Git version: 2.18

I've tried on a couple of repositories and it seems that GitLens returns also merge commits when I search for a string using the = syntax. For example, you can try checking out https://github.com/versionpress/versionpress and comparing:

Plain Git:

$ git log -S BulkChangeInfo --oneline | wc -l
11

GitLens after searching for =BulkChangeInfo:

image

The difference is in merge commits:

image

@eamodio eamodio self-assigned this Jul 21, 2018
@eamodio eamodio added the bug Something isn't working label Jul 21, 2018
@eamodio eamodio added this to the Soon™ milestone Jul 21, 2018
@eamodio eamodio removed this from the Soon™ milestone Jul 19, 2019
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@borekb @eamodio and others