Skip to content

File history lists unrelated merge commits #259

@minj

Description

@minj
  • GitLens Version: 7.5.6
  • VSCode Version: 1.19.2
  • OS Version: Manjaro Linux

Steps to Reproduce:

  1. https://github.com/minj/foxtrick/blob/master/content/core.js
  2. toggle file history
  3. compare with https://github.com/minj/foxtrick/commits/master/content/core.js

vs-code

This might be related to #238

However, compare these:

git log -7 --oneline --decorate -- content/core.js
aca790215 Merge pull request #1495 from minj/web-ext-1339
4249db6bd rewrite the clipboard copying to use the stackoverflow hack
6b885f7c4 Merge pull request #1469 from minj/epic-new-live-1434
1cb90b6a7 adjust shortTeamName mechanism to HT changes
785705895 (clear-cache-1378) automatically clear cache when season changes
873a80e5d move HT_TIME detection before jsLink
ce0636bfd (origin/pulls/1389) put a final touch on things
git log -7 --oneline --decorate --simplify-merges -- content/core.js
aca790215 Merge pull request #1495 from minj/web-ext-1339
4249db6bd rewrite the clipboard copying to use the stackoverflow hack
6b885f7c4 Merge pull request #1469 from minj/epic-new-live-1434
1cb90b6a7 adjust shortTeamName mechanism to HT changes
785705895 (clear-cache-1378) automatically clear cache when season changes
873a80e5d move HT_TIME detection before jsLink
ce0636bfd (origin/pulls/1389) put a final touch on things
git log -7 --oneline --full-history -- content/core.js
4855c9cc0 (HEAD -> master, origin/master, origin/HEAD) Merge remote-tracking branch 'origin/cdn'
656c70157 (origin/pulls/1538) Merge branch 'minor-fixes'
58b73809e Merge branch 'promotion-diff-fix'
ea9f6613e Merge branch 'cws-login-fix'
5ca175474 Merge remote-tracking branch 'origin/cdn'
14ed47efe Merge remote-tracking branch 'origin/cdn'
b5fa6bc1b Merge remote-tracking branch 'origin/cdn'

Evidently, --simplify-merges should not change anything here. GitLens works in --full-history mode for some reason though

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions