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

Changes truncated to only be if more than 1

main
Eric Amodio пре 7 година
родитељ
комит
82a5a93fae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/git/parsers/logParser.ts

+ 1
- 1
src/git/parsers/logParser.ts Прегледај датотеку

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

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