Przeglądaj źródła

Fix commits incorrectly being merge type

main
Ramin Tadayon 2 lat temu
rodzic
commit
1ae096f215
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 5B90E918AEBCE7A7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/env/node/git/localGitProvider.ts

+ 1
- 1
src/env/node/git/localGitProvider.ts Wyświetl plik

@ -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,

Ładowanie…
Anuluj
Zapisz