浏览代码

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;

正在加载...
取消
保存