-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I don`t find merged commit in history view.
- GitLens Version: 7.1.0
- VSCode Version: Code 1.19.1 (0759f77bb8d86658bc935a10a64f6182c5a1eeba, 2017-12-19T09:41:01.414Z)
- OS Version: Linux x64 4.10.0-42-generic
Steps to Reproduce:
- Create repository
- Add file, commit
- create branch1
- edit file, commit
- go to master
- create branch2
- edit file,commit
- merget branch1 to branch2
- click
show in history viewin pane
At this moment I change in file git.{js|ts} in function log_file lines
- if (options.skipMerges || !options.ref || options.maxCount! > 2) {
+ if (options.skipMerges || options.maxCount! < 2) {
and it`s work fine for me.
but I dont understand this logic when added params.push(--no-merges);togit` parameters.