Ver código fonte

Ensures proper date ordering for Graph

main
Eric Amodio 2 anos atrás
pai
commit
d1fb6b703c
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/plus/webviews/graph/graphWebview.ts

+ 1
- 0
src/plus/webviews/graph/graphWebview.ts Ver arquivo

@ -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;

Carregando…
Cancelar
Salvar