forked from gitextensions/GitExtensionsDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitExtensions.settings
45 lines (45 loc) · 1.72 KB
/
GitExtensions.settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<dictionary>
<item>
<key>
<string>RevisionLinkDefs</string>
</key>
<value>
<string><?xml version="1.0" encoding="utf-16"?>
<ArrayOfGitExtLinkDef xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GitExtLinkDef>
<SearchInParts>
<RevisionPart>Message</RevisionPart>
<RevisionPart>LocalBranches</RevisionPart>
<RevisionPart>RemoteBranches</RevisionPart>
</SearchInParts>
<LinkFormats>
<GitExtLinkFormat>
<Caption>Issue {0}</Caption>
<Format>https://github.com/gitextensions/gitextensionsdoc/issues/{0}</Format>
</GitExtLinkFormat>
</LinkFormats>
<Name>GitHub - issues</Name>
<SearchPattern>(\s*(,|and)?\s*#\d+)+</SearchPattern>
<NestedSearchPattern>(\d+)+</NestedSearchPattern>
<Enabled>true</Enabled>
</GitExtLinkDef>
<GitExtLinkDef>
<SearchInParts>
<RevisionPart>Message</RevisionPart>
</SearchInParts>
<LinkFormats>
<GitExtLinkFormat>
<Caption>View on GitHub</Caption>
<Format>https://github.com/gitextensions/gitextensionsdoc/commit/%COMMIT_HASH%</Format>
</GitExtLinkFormat>
</LinkFormats>
<Name>GitHub - commit</Name>
<SearchPattern>.*</SearchPattern>
<NestedSearchPattern />
<Enabled>true</Enabled>
</GitExtLinkDef>
</ArrayOfGitExtLinkDef></string>
</value>
</item>
</dictionary>