Преглед изворни кода

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;

Loading…
Откажи
Сачувај