Code Review
/
All-Projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
64f6bf7
)
Make Jira-its commentlink global
author
Aric Gardner
<agardner@linuxfoundation.org>
Thu, 12 Mar 2015 15:53:21 +0000
(11:53 -0400)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Thu, 12 Mar 2015 15:53:21 +0000
(11:53 -0400)
JIRA: BGS-12
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
project.config
patch
|
blob
|
history
diff --git
a/project.config
b/project.config
index
22feeac
..
8aa81bc
100644
(file)
--- a/
project.config
+++ b/
project.config
@@
-64,3
+64,8
@@
[access "refs/tags/*"]
read = group Anonymous Users
read = group Registered Users
+[commentlink "its-jira"]
+ match = (JIRA:\\s*)(.*[A-Z]-[0-9]*)
+ link = https://jira.opnfv.org/browse/$2
+[plugin]
+ its-jira = enabled=true