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
Turns off auto-linking for tree items
main
Eric Amodio
4 years ago
parent
d0888cfc21
commit
054c9ec530
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/nodes/commitFileNode.ts
+1
-1
src/views/nodes/commitNode.ts
+ 1
- 1
src/views/nodes/commitFileNode.ts
View File
@ -149,7 +149,7 @@ export class CommitFileNode extends ViewRefFileNode {
this
.
commit
,
{
dateFormat
:
Container.config.defaultDateFormat
,
messageAutolinks
:
true
,
// messageAutolinks: true,
messageIndent
:
4
,
}
,
)
;
+ 1
- 1
src/views/nodes/commitNode.ts
View File
@ -50,7 +50,7 @@ export class CommitNode extends ViewRefNode
{
dateFormat
:
Container.config.defaultDateFormat
,
getBranchAndTagTips
:
this.getBranchAndTagTips
,
messageAutolinks
:
true
,
// messageAutolinks: true,
messageIndent
:
4
,
}
,
)
;
Write
Preview
Loading…
Cancel
Save