This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Changes truncated to only be if more than 1
main
Eric Amodio
7 years ago
parent
5a806ddea5
commit
82a5a93fae
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/git/parsers/logParser.ts
+ 1
- 1
src/git/parsers/logParser.ts
View File
@ -214,7 +214,7 @@ export class GitLogParser {
count
:
i
,
count
:
i
,
maxCount
:
maxCount
,
maxCount
:
maxCount
,
range
:
range
,
range
:
range
,
truncated
:
!
!
(
maxCount
&&
i
>=
maxCount
)
truncated
:
!
!
(
maxCount
&&
i
>=
maxCount
&&
maxCount
!==
1
)
}
as
GitLog
;
}
as
GitLog
;
}
}
Write
Preview
Loading…
Cancel
Save