forked from mabako/Git.hub
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
GitExtensions.settings
70 lines (70 loc) · 2.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<dictionary>
<item>
<key>
<string>RevisionLinkDefs</string>
</key>
<value>
<string><?xml version="1.0" encoding="utf-16"?>
<ArrayOfGitExtLinkDef>
<GitExtLinkDef>
<Enabled>true</Enabled>
<LinkFormats>
<GitExtLinkFormat>
<Caption>View commit in GitHub</Caption>
<Format>https://github.com/gitextensions/Git.hub/commit/%COMMIT_HASH%</Format>
</GitExtLinkFormat>
<GitExtLinkFormat>
<Caption>View project in GitHub</Caption>
<Format>https://github.com/gitextensions/Git.hub</Format>
</GitExtLinkFormat>
</LinkFormats>
<Name>GitHub - Code</Name>
<RemoteSearchInParts />
<SearchInParts>
<RevisionPart>Message</RevisionPart>
</SearchInParts>
<SearchPattern>.*</SearchPattern>
<UseOnlyFirstRemote>false</UseOnlyFirstRemote>
</GitExtLinkDef>
<GitExtLinkDef>
<Enabled>true</Enabled>
<LinkFormats>
<GitExtLinkFormat>
<Caption>#{0}</Caption>
<Format>https://github.com/gitextensions/Git.hub/issues/{0}</Format>
</GitExtLinkFormat>
</LinkFormats>
<Name>GitHub - Issues</Name>
<NestedSearchPattern>\d+</NestedSearchPattern>
<RemoteSearchInParts />
<SearchInParts>
<RevisionPart>Message</RevisionPart>
<RevisionPart>LocalBranches</RevisionPart>
</SearchInParts>
<SearchPattern>(?i)(?&lt;!pull request |pr[ _]?)(#|(((feat(ure)?)|fix)[/_-]))\d+</SearchPattern>
<UseOnlyFirstRemote>false</UseOnlyFirstRemote>
</GitExtLinkDef>
<GitExtLinkDef>
<Enabled>true</Enabled>
<LinkFormats>
<GitExtLinkFormat>
<Caption>PR #{0}</Caption>
<Format>https://github.com/gitextensions/Git.hub/pull/{0}</Format>
</GitExtLinkFormat>
</LinkFormats>
<Name>GitHub - Pull Requests</Name>
<NestedSearchPattern>\d+</NestedSearchPattern>
<RemoteSearchInParts />
<SearchInParts>
<RevisionPart>Message</RevisionPart>
<RevisionPart>LocalBranches</RevisionPart>
<RevisionPart>RemoteBranches</RevisionPart>
</SearchInParts>
<SearchPattern>(?i)(pull request |pr[ _]?)#?\d+</SearchPattern>
<UseOnlyFirstRemote>false</UseOnlyFirstRemote>
</GitExtLinkDef>
</ArrayOfGitExtLinkDef></string>
</value>
</item>
</dictionary>