Kaynağa Gözat

Fixes issue with branch name truncations (rebase)

main
Eric Amodio 7 yıl önce
ebeveyn
işleme
04d2c00ebf
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. +0
    -5
      src/git/models/branch.ts

+ 0
- 5
src/git/models/branch.ts Dosyayı Görüntüle

@ -13,11 +13,6 @@ export class GitBranch {
this.remote = true;
}
const index = branch.indexOf(' ');
if (index !== -1) {
branch = branch.substring(0, index);
}
this.current = current;
this.name = branch;
this.tracking = tracking;

Yükleniyor…
İptal
Kaydet