Przeglądaj źródła

Stops showing <remote>/HEAD as a branch

main
Eric Amodio 4 lat temu
rodzic
commit
68004f091a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      src/git/parsers/branchParser.ts

+ 2
- 0
src/git/parsers/branchParser.ts Wyświetl plik

@ -44,6 +44,8 @@ export class GitBranchParser {
if (name.startsWith('refs/remotes/')) {
// Strip off refs/remotes/
name = name.substr(13);
if (name.endsWith('/HEAD')) continue;
remote = true;
} else {
// Strip off refs/heads/

Ładowanie…
Anuluj
Zapisz