ソースを参照

Ensures proper date ordering for Graph

main
Eric Amodio 2年前
コミット
d1fb6b703c
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 0
src/plus/webviews/graph/graphWebview.ts ファイルの表示

@ -379,6 +379,7 @@ export class GraphWebview extends WebviewBase {
const { defaultItemLimit, pageItemLimit } = this.getConfig();
const log = await this.container.git.getLog(this.repository.uri, {
all: true,
ordering: 'date',
limit: defaultItemLimit ?? pageItemLimit,
});
if (log?.commits == null) return undefined;

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