Kaynağa Gözat

Fix commits incorrectly being merge type

main
Ramin Tadayon 2 yıl önce
ebeveyn
işleme
1ae096f215
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 5B90E918AEBCE7A7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/env/node/git/localGitProvider.ts

+ 1
- 1
src/env/node/git/localGitProvider.ts Dosyayı Görüntüle

@ -1828,7 +1828,7 @@ export class LocalGitProvider implements GitProvider, Disposable {
// TODO: review logic for stash, wip, etc
type: isStashCommit
? GitGraphRowType.Stash
: commit.parents.length > 1
: parents.length > 1
? GitGraphRowType.MergeCommit
: GitGraphRowType.Commit,
heads: refHeads,

Yükleniyor…
İptal
Kaydet