소스 검색

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;

불러오는 중...
취소
저장