Преглед на файлове

Normalizes tracking to undefined

main
Eric Amodio преди 7 години
родител
ревизия
d0073e22cf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/git/models/branch.ts

+ 1
- 1
src/git/models/branch.ts Целия файл

@ -26,7 +26,7 @@ export class GitBranch {
this.current = current;
this.name = branch;
this.tracking = tracking;
this.tracking = tracking === '' || tracking == null ? undefined : tracking;
this.state = {
ahead: ahead,
behind: behind

Зареждане…
Отказ
Запис