Ver a proveniência

Changes truncated to only be if more than 1

main
Eric Amodio há 7 anos
ascendente
cometimento
82a5a93fae
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/git/parsers/logParser.ts

+ 1
- 1
src/git/parsers/logParser.ts Ver ficheiro

@ -214,7 +214,7 @@ export class GitLogParser {
count: i,
maxCount: maxCount,
range: range,
truncated: !!(maxCount && i >= maxCount)
truncated: !!(maxCount && i >= maxCount && maxCount !== 1)
} as GitLog;
}

Carregando…
Cancelar
Guardar