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

Adds separator to commits view

main
Eric Amodio преди 4 години
родител
ревизия
6fdf7a98be
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      src/views/nodes/branchNode.ts

+ 4
- 0
src/views/nodes/branchNode.ts Целия файл

@ -163,6 +163,10 @@ export class BranchNode
}
}
if (children.length !== 0) {
children.push(new MessageNode(this.view, this, '', GlyphChars.Dash.repeat(2), ''));
}
let unpublished: GitLog | undefined;
if (this.branch.tracking && this.branch.state.ahead) {
unpublished = await Container.git.getLog(this.uri.repoPath!, {

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