ソースを参照

Pass owner for remotes

main
Ramin Tadayon 2年前
コミット
e699758db4
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 5B90E918AEBCE7A7
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx ファイルの表示

@ -92,6 +92,7 @@ const getGraphModel = (
matchingRemote !== undefined ? branch.name.replace(`${matchingRemote.name}/`, '') : branch.name,
url: matchingRemote?.url,
avatarUrl: matchingRemote?.avatarUrl ?? undefined,
...matchingRemote?.name !== undefined ? { owner: matchingRemote.name } : {},
};
});

読み込み中…
キャンセル
保存