gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
9.01k stars 1.34k forks source link

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

Closed borekb closed 6 years ago

borekb commented 6 years ago

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

github-actions[bot] commented 3 years ago

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.