瀏覽代碼

Removes bogus unpublished from remote branches

main
Eric Amodio 4 年之前
父節點
當前提交
41a333f9ae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts 查看文件

@ -123,7 +123,7 @@ export class BranchNode
(this.branch.tracking || this.branch.remote)
? this.branch.getAssociatedPullRequest(this.root ? { include: [PullRequestState.Open] } : undefined)
: undefined,
range
range && !this.branch.remote
? Container.git.getLogRefsOnly(this.uri.repoPath!, {
limit: 0,
ref: range,

Loading…
取消
儲存