Ver a proveniência

Ensures proper date ordering for Graph

main
Eric Amodio há 2 anos
ascendente
cometimento
d1fb6b703c
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/plus/webviews/graph/graphWebview.ts

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

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