瀏覽代碼

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…
取消
儲存