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
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:
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:
GitLens after searching for
=BulkChangeInfo
:The difference is in merge commits: