You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The difference is in merge commits:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: