-
Notifications
You must be signed in to change notification settings - Fork 58
/
GitExtensions.settings
28 lines (28 loc) · 1.03 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
<?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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<GitExtLinkDef>
<SearchInParts>
<RevisionPart>Message</RevisionPart>
<RevisionPart>LocalBranches</RevisionPart>
</SearchInParts>
<LinkFormats>
<GitExtLinkFormat>
<Caption>JIRA {0}</Caption>
<Format>https://www.re-motion.org/jira/browse/{0}</Format>
</GitExtLinkFormat>
</LinkFormats>
<Name>JIRA</Name>
<SearchPattern>(?:^|\s|\(|#|feature/|bugfix/|hotfix/)(RM[A-Z]{0,8}-\d{1,6})(?:\-|\)|\s|$)</SearchPattern>
<Enabled>true</Enabled>
</GitExtLinkDef>
</ArrayOfGitExtLinkDef></string>
</value>
</item>
</dictionary>